public function __construct(&$subject, $config = array()) { $templatePath = dirname(__FILE__); $name = 'joomla'; parent::__construct($subject, $name, $config, $templatePath); }
public function __construct(&$subject, $name, $config = array(), $templatePath = null) { parent::__construct($subject, $name, $config, $templatePath); $this->loadLanguage(); }