PHP Class Flake\Core\Datastructure\ChainLink

Inheritance: implements Flake\Core\Datastructure\Chainable
Show file Open project: jeromeschneider/baikal

Protected Properties

Property Type Description
$__container
$__key

Public Methods

Method Description
chain ( Chain $container, $key )
count ( )
current ( )
first ( )
key ( )
last ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
prev ( )
rewind ( )
valid ( )

Method Details

chain() public method

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

count() public method

public count ( )

current() public method

public current ( )

first() public method

public first ( )

key() public method

public key ( )

last() public method

public last ( )

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 )

prev() public method

public prev ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$__container protected property

protected $__container

$__key protected property

protected $__key