Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     $this->registerTask('add', 'sync');
     $this->registerTask('backup', 'sync');
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     $this->registerTask('add', 'upload');
     $this->registerTask('start_upload', 'start_upload');
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #4
0
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
Beispiel #5
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->registerTask('add', 'edit');
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct();
     $this->registerTask('add', 'edit');
 }
Beispiel #7
0
 public function __construct()
 {
     parent::__construct();
     $this->registerTask('add', 'send');
     $this->db = JFactory::getDBO();
 }