Exemplo n.º 1
0
 /**
  * @see JPlugin::__construct()
  */
 public function __construct(&$subject, $config = array())
 {
     parent::__construct($subject, $config);
     if (is_null(self::$_params)) {
         self::$_params = JComponentHelper::getParams('com_logman');
     }
     $this->inject($this->_dependencies);
 }