PHP Класс Cartalyst\Sentinel\Native\ConfigRepository

Наследование: implements ArrayAcces\ArrayAccess
Показать файл Открыть проект

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

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

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

Метод Описание
__construct ( string $file = null ) : void Constructor.
offsetExists ( $key ) {@inheritDoc}
offsetGet ( $key ) {@inheritDoc}
offsetSet ( $key, $value ) {@inheritDoc}
offsetUnset ( $key ) {@inheritDoc}

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

Метод Описание
load ( ) : void Load the configuration file.

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

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

Constructor.
public __construct ( string $file = null ) : void
$file string
Результат void

load() защищенный метод

Load the configuration file.
protected load ( ) : void
Результат void

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

{@inheritDoc}
public offsetExists ( $key )

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

{@inheritDoc}
public offsetGet ( $key )

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

{@inheritDoc}
public offsetSet ( $key, $value )

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

{@inheritDoc}
public offsetUnset ( $key )

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

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

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

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

The config file path.
protected string $file
Результат string