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