public function __construct($config = array())
 {
     parent::__construct($config);
     $lang = JFactory::getLanguage();
 }
Beispiel #2
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->set('suffix', 'shipping');
 }