コード例 #1
0
ファイル: default.php プロジェクト: sangkasi/joomla
 public function __construct($option, $config)
 {
     // call parent to store config and option
     parent::__construct($option, $config);
 }
コード例 #2
0
ファイル: com_tags.php プロジェクト: rutvikd/ak-recipes
 /**
  * Standard constructor don't change
  */
 public function __construct($option, $config)
 {
     parent::__construct($option, $config);
     $this->_pluginType = Sh404sefClassBaseextplugin::TYPE_SH404SEF_ROUTER;
 }