Components_Config_Application::__construct PHP Method

__construct() public method

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