function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('apply', 'save');
     $this->registerTask('unpublish', 'publish');
     $this->registerTask('edit', 'display');
     $this->registerTask('add', 'display');
 }
 /**
  * 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
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra task
     $this->registerTask('selectCat', 'edit');
     $this->registerTask('add', 'edit');
     $this->registerTask('apply', 'save');
     $this->registerTask('accesspublic', 'access');
     $this->registerTask('accessregistered', 'access');
     $this->registerTask('accessspecial', 'access');
     $this->registerTask('uploadbatch', 'uploadbatch');
     $this->registerTask('featured', 'featured');
     $this->registerTask('unfeatured', 'unfeatured');
     $this->registerTask('applylink', 'applylink');
     $this->registerTask('savelink', 'savelink');
     $this->registerTask('remote', 'remote');
     $this->registerTask('batch', 'batch');
 }
 /**
  * Constructor
  *
  * @since 0.9
  */
 function __construct()
 {
     parent::__construct();
 }