* @package qa * @version $Id$ * @link http://www.zentao.net */ class qa extends control { /** * The index of qa, go to bug's browse page. * * @access public * @return void */ public function index() { $this->locate($this->createLink('bug', 'browse')); } }