Application
in package
Config\Application:: provides a wrapper that provides application specific configuration values by combining defaults and options provided at runtime.
Copyright 2010-2020 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $_config : Config
- __construct() : mixed
- Constructor.
- getTemplateDirectory() : string
- Return the path to the template directory
Properties
$_config read-only
private
Config
$_config
Methods
__construct()
Constructor.
public
__construct(Config $_config) : mixed
Parameters
- $_config : Config
-
The generic configuration handler.
Return values
mixed —getTemplateDirectory()
Return the path to the template directory
public
getTemplateDirectory() : string
Return values
string —The path to the template directory.