PHP Class Autarky\Config\ArrayStore

Inheritance: implements Autarky\Config\ConfigInterface
Afficher le fichier Open project: autarky/framework

Protected Properties

Свойство Type Description
$data

Méthodes publiques

Méthode Description
__construct ( array $data = [] )
get ( $key, $default = null )
has ( $key )
mount ( $namespace, $location )
set ( $key, $value )
setEnvironment ( $environment )

Method Details

__construct() public méthode

public __construct ( array $data = [] )
$data array

get() public méthode

public get ( $key, $default = null )

has() public méthode

public has ( $key )

mount() public méthode

public mount ( $namespace, $location )

set() public méthode

public set ( $key, $value )

setEnvironment() public méthode

public setEnvironment ( $environment )

Property Details

$data protected_oe property

protected $data