PHP Class ParagonIE\Halite\Config

Show file Open project: paragonie/halite

Public Methods

Method Description
__construct ( array $set = [] ) Config constructor.
__get ( string $key ) : mixed Getter
__set ( string $key, mixed $value = null ) : boolean Setter (NOP)

Method Details

__construct() public method

Config constructor.
public __construct ( array $set = [] )
$set array

__get() public method

Getter
public __get ( string $key ) : mixed
$key string
return mixed

__set() public method

Setter (NOP)
public __set ( string $key, mixed $value = null ) : boolean
$key string
$value mixed
return boolean