PHP Класс Horde_Registry_Hordeconfig, horde

С версии: 2.12.0
Автор: Michael Slusarz ([email protected])
Наследование: implements ArrayAccess, implements Countable, implements IteratorAggregate
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$app array The application.

Защищенные свойства (Protected)

Свойство Тип Описание
$_config array The config data.

Открытые методы

Метод Описание
__construct ( array $opts ) Constructor.
count ( )
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
toArray ( ) : array Return the array representation of the configuration.

Защищенные методы

Метод Описание
_load ( string $offset ) Load configuration from config file.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( array $opts )
$opts array Configuration options:
  - app: (string) Application.
  - config: (array) Use this as the configuration.

_load() защищенный Метод

Load configuration from config file.
protected _load ( string $offset )
$offset string Offset.

count() публичный Метод

public count ( )

getIterator() публичный Метод

public getIterator ( )

offsetExists() публичный Метод

public offsetExists ( $offset )

offsetGet() публичный Метод

public offsetGet ( $offset )

offsetSet() публичный Метод

public offsetSet ( $offset, $value )

offsetUnset() публичный Метод

public offsetUnset ( $offset )

toArray() публичный Метод

Return the array representation of the configuration.
public toArray ( ) : array
Результат array Configuration array.

Описание свойств

$_config защищенное свойство

The config data.
protected array $_config
Результат array

$app публичное свойство

The application.
public array $app
Результат array