예제 #1
0
 /**
  * constructor (registers additional tasks to methods)
  * @return void
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     //$this->registerTask( 'add' , 'edit' );
 }
예제 #2
0
파일: backups.php 프로젝트: bizanto/Hooked
 /**
  * Constructor (registers additional tasks to methods).
  */
 function __construct()
 {
     parent::__construct();
 }