PHP Class Gumdrop\Configuration

Inheritance: implements Iterator, implements Countable, implements ArrayAccess
Mostrar archivo Open project: simonjodet/gumdrop

Protected Properties

Property Type Description
$configuration

Public Methods

Method Description
__construct ( $configuration = [] )
count ( )
current ( )
extract ( )
key ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( $configuration = [] )

count() public method

public count ( )

current() public method

public current ( )

extract() public method

public extract ( )

key() public method

public key ( )

next() public method

public next ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$configuration protected_oe property

protected $configuration