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