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