PHP Class Flake\Core\Datastructure\Chain

Inheritance: extends SplDoublyLinkedList
Afficher le fichier Open project: jeromeschneider/baikal

Méthodes publiques

Méthode Description
__toString ( )
first ( )
last ( )
offsetUnset ( $offset )
push ( Flake\Core\Datastructure\Chainable $value )
reset ( )

Method Details

__toString() public méthode

public __toString ( )

first() public méthode

public first ( )

last() public méthode

public last ( )

offsetUnset() public méthode

public offsetUnset ( $offset )

push() public méthode

public push ( Flake\Core\Datastructure\Chainable $value )
$value Flake\Core\Datastructure\Chainable

reset() public méthode

public reset ( )