Components_Config_Application::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Components_Config $config )
$config Components_Config The generic configuration handler.
    public function __construct(Components_Config $config)
    {
        $this->_config = $config;
    }
Components_Config_Application