Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('orderup', 'move');
     $this->registerTask('orderdown', 'move');
     $this->registerTask('apply', 'save');
 }
Exemplo n.º 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';
 }
Exemplo n.º 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');
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
 }
Exemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
 }