コード例 #1
0
ファイル: imagehandler.php プロジェクト: RangerWalt/ecci
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('eventimgup', 'uploadimage');
     $this->registerTask('venueimgup', 'uploadimage');
 }
コード例 #2
0
ファイル: events.php プロジェクト: reeleis/ohiocitycycles
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('apply', 'save');
     $this->registerTask('copy', 'edit');
 }
コード例 #3
0
ファイル: cleanup.php プロジェクト: janssit/www.kadulleke.be
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('cleaneventimg', 'delete');
     $this->registerTask('cleanvenueimg', 'delete');
 }
コード例 #4
0
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('add', 'edit');
     $this->registerTask('apply', 'save');
     $this->registerTask('accesspublic', 'access');
     $this->registerTask('accessregistered', 'access');
     $this->registerTask('accessspecial', 'access');
 }
コード例 #5
0
ファイル: attendees.php プロジェクト: reeleis/ohiocitycycles
 /**
  * Constructor
  *
  *@since 0.9
  */
 function __construct()
 {
     parent::__construct();
 }