PHP Class Flake\Core\Datastructure\ChainLink

Inheritance: implements Flake\Core\Datastructure\Chainable
Afficher le fichier Open project: jeromeschneider/baikal

Protected Properties

Свойство Type Description
$__container
$__key

Méthodes publiques

Méthode 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 méthode

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

count() public méthode

public count ( )

current() public méthode

public current ( )

first() public méthode

public first ( )

key() public méthode

public key ( )

last() public méthode

public last ( )

next() public méthode

public next ( )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

prev() public méthode

public prev ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )

Property Details

$__container protected_oe property

protected $__container

$__key protected_oe property

protected $__key