Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('orderup', 'move');
     $this->registerTask('orderdown', 'move');
     $this->registerTask('apply', 'save');
 }
Пример #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';
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('orderup', 'move');
     $this->registerTask('orderdown', 'move');
     $this->registerTask('apply', 'save');
     $this->registerTask('publish', 'changestatus');
     $this->registerTask('unpublish', 'changestatus');
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
 }
Пример #5
0
 function __construct()
 {
     parent::__construct();
 }