Exemple #1
0
 /**
  * constructor (registers additional tasks to methods)
  * @return void
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     $this->registerTask('add', 'edit');
     // Set reference to parameters
     $this->_params =& JComponentHelper::getParams('com_claroforms');
     //$dummy = $this->_params->get('parm_text');
 }