PHP Class Cartalyst\Sentinel\Native\ConfigRepository

Inheritance: implements ArrayAcces\ArrayAccess
Afficher le fichier Open project: cartalyst/sentinel

Protected Properties

Свойство Type Description
$config array The config data.
$file string The config file path.

Méthodes publiques

Méthode Description
__construct ( string $file = null ) : void Constructor.
offsetExists ( $key ) {@inheritDoc}
offsetGet ( $key ) {@inheritDoc}
offsetSet ( $key, $value ) {@inheritDoc}
offsetUnset ( $key ) {@inheritDoc}

Méthodes protégées

Méthode Description
load ( ) : void Load the configuration file.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $file = null ) : void
$file string
Résultat void

load() protected méthode

Load the configuration file.
protected load ( ) : void
Résultat void

offsetExists() public méthode

{@inheritDoc}
public offsetExists ( $key )

offsetGet() public méthode

{@inheritDoc}
public offsetGet ( $key )

offsetSet() public méthode

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

offsetUnset() public méthode

{@inheritDoc}
public offsetUnset ( $key )

Property Details

$config protected_oe property

The config data.
protected array $config
Résultat array

$file protected_oe property

The config file path.
protected string $file
Résultat string