コード例 #1
0
 /**
  * Method to display the view
  *
  * @access    public**/
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     $this->registerTask('add', 'edit');
 }
コード例 #2
0
ファイル: stats.php プロジェクト: halbo5/com_muzeetop_j16
 /**
  * Method to display the view
  *
  * @access    public**/
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
 }