PHP Class Autarky\Config\ArrayStore

Inheritance: implements Autarky\Config\ConfigInterface
Datei anzeigen Open project: autarky/framework

Protected Properties

Property Type Description
$data

Public Methods

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

Method Details

__construct() public method

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

get() public method

public get ( $key, $default = null )

has() public method

public has ( $key )

mount() public method

public mount ( $namespace, $location )

set() public method

public set ( $key, $value )

setEnvironment() public method

public setEnvironment ( $environment )

Property Details

$data protected_oe property

protected $data