Пример #1
0
 /**
  * constructor (registers additional tasks to methods)
  * @return void
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     //$this->registerTask( 'add' , 'edit' );
 }
Пример #2
0
 /**
  * Constructor (registers additional tasks to methods).
  */
 function __construct()
 {
     parent::__construct();
 }