Esempio n. 1
0
 /**
  * Method to display the view
  *
  * @access    public**/
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     $this->registerTask('add', 'edit');
 }
Esempio n. 2
0
 /**
  * Method to display the view
  *
  * @access    public**/
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
 }