コード例 #1
0
ファイル: joomla.php プロジェクト: jonatasmm/akeebasubs
 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();
 }