Example #1
0
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('eventimgup', 'uploadimage');
     $this->registerTask('venueimgup', 'uploadimage');
 }
Example #2
0
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('apply', 'save');
     $this->registerTask('copy', 'edit');
 }
Example #3
0
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('cleaneventimg', 'delete');
     $this->registerTask('cleanvenueimg', 'delete');
 }
Example #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');
 }
Example #5
0
 /**
  * Constructor
  *
  *@since 0.9
  */
 function __construct()
 {
     parent::__construct();
 }