Overview

Packages

  • Kolab
    • Config

Classes

  • Horde_Kolab_Config

Exceptions

  • Horde_Kolab_Config_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Kolab_Config

The Kolab Server configuration handler.

Copyright 2010 Klarälvdalens Datakonsult AB

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Kolab_Config implements ArrayAccess
Package: Kolab\Config
Category: Kolab
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Config
Located at Horde/Kolab/Config.php
Methods summary
public
# __construct( string $directory = '@kolab_server_dir@/etc/kolab', string $global = 'kolab.globals', string $local = 'kolab.conf' )

Constructor.

Constructor.

Parameters

$directory
<p>The path to the directory holding the configuration files.</p>
$global
Name of the global configuration file.
$local
Name of the local configuration file.
public null
# read( )

Read the configuration files.

Read the configuration files.

Returns

null
public mixed
# offsetGet( string $key )

Return the value for the given array key.

Return the value for the given array key.

Parameters

$key
The key.

Returns

mixed
The value for the given key.

Implementation of

ArrayAccess::offsetGet()
public boolean
# offsetExists( string $key )

Does the requested array value exist in the configuration?

Does the requested array value exist in the configuration?

Parameters

$key
The key.

Returns

boolean
True if the configuration value exists.

Implementation of

ArrayAccess::offsetExists()
public null
# offsetSet( string $key, mixed $value )

Set the given key to the provided value.

Set the given key to the provided value.

Parameters

$key
The key.
$value
The value that should be stored.

Returns

null

Implementation of

ArrayAccess::offsetSet()
public null
# offsetUnset( string $key )

Delete the value identified by the given key.

Delete the value identified by the given key.

Parameters

$key
The key.

Returns

null

Implementation of

ArrayAccess::offsetUnset()
API documentation generated by ApiGen