PHP Interface Flake\Core\Datastructure\Chainable

Inheritance: extends ArrayAccess, extends Iterator, extends Countable
Mostra file Open project: jeromeschneider/baikal Interface Usage Examples

Public Methods

Method Description
chain ( Chain $chain, $key )
first ( )
last ( )
prev ( ) # public function &next(); # This is already specified by interface Iterator

Method Details

chain() public method

public chain ( Chain $chain, $key )
$chain Chain

first() public method

public first ( )

last() public method

public last ( )

prev() public method

# public function &next(); # This is already specified by interface Iterator
public prev ( )