Example #1
0
 function __construct($config = array())
 {
     parent::__construct($config);
     //registering some extra in all task list which we want to call
     $this->registerTask('orderup', 'saveOrder');
     $this->registerTask('orderdown', 'saveOrder');
 }
Example #2
0
 function __construct($config = array())
 {
     $this->mySess = JFactory::getSession();
     parent::__construct($config);
 }
Example #3
0
 function __construct($config = array())
 {
     parent::__construct($config);
 }