Beispiel #1
0
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     $this->registerTask('signup', 'display');
     $this->registerTask('sendsignupemail', 'display');
     $this->registerTask('manageredit', 'edit');
 }
Beispiel #2
0
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('cleaneventimg', 'delete');
     $this->registerTask('cleanvenueimg', 'delete');
 }
Beispiel #3
0
 /**
  * Constructor
  *
  * @since 2.0
  */
 function __construct()
 {
     parent::__construct();
     $this->registerTask('manageredit', 'edit');
     $this->registerTask('managerupdate', 'update');
     $this->registerTask('review', 'confirm');
 }
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('apply', 'save');
     $this->registerTask('delete', 'remove');
     $this->registerTask('edit', 'textlibrary');
 }
Beispiel #5
0
 /**
  * Constructor
  *
  * @access public
  * @return void
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('add', 'edit');
     $this->registerTask('copy', 'edit');
     $this->registerTask('apply', 'save');
 }
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('eventimgup', 'uploadimage');
     $this->registerTask('venueimgup', 'uploadimage');
     $this->registerTask('categoryimgup', 'uploadimage');
 }
Beispiel #7
0
 /**
  * Constructor
  *
  *@since 0.9
  */
 function __construct()
 {
     parent::__construct();
     $this->registerTask('addattendee', 'attendees');
     $this->registerTask('add', 'edit');
     $this->registerTask('apply', 'save');
     $this->registerTask('emailall', 'email');
     $this->registerTask('applymove', 'move');
 }
Beispiel #8
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');
 }
 /**
  * Constructor
  *
  *@since 0.9
  */
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #10
0
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
     $this->registerTask('applyacl', 'saveacl');
 }