예제 #1
0
파일: default.php 프로젝트: sangkasi/joomla
 public function __construct($option, $config)
 {
     // call parent to store config and option
     parent::__construct($option, $config);
 }
예제 #2
0
 /**
  * Standard constructor don't change
  */
 public function __construct($option, $config)
 {
     parent::__construct($option, $config);
     $this->_pluginType = Sh404sefClassBaseextplugin::TYPE_SH404SEF_ROUTER;
 }