Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('orderup', 'move');
     $this->registerTask('orderdown', 'move');
     $this->registerTask('apply', 'save');
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
     $this->registerTask('publish', 'changestatus');
     $this->registerTask('unpublish', 'changestatus');
     require_once JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_rsticketspro' . DS . 'helpers' . DS . 'json.php';
 }
 function __construct()
 {
     parent::__construct();
     $this->registerTask('orderup', 'move');
     $this->registerTask('orderdown', 'move');
     $this->registerTask('apply', 'save');
     $this->registerTask('publish', 'changestatus');
     $this->registerTask('unpublish', 'changestatus');
 }
Exemple #4
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
 }
Exemple #5
0
 function __construct()
 {
     parent::__construct();
 }