Documentation

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
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

$_config  : Config
__construct()  : mixed
Constructor.
getTemplateDirectory()  : string
Return the path to the template directory

Properties

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.

Search results