PHP 클래스 Flake\Core\Datastructure\Chain

상속: extends SplDoublyLinkedList
파일 보기 프로젝트 열기: jeromeschneider/baikal

공개 메소드들

메소드 설명
__toString ( )
first ( )
last ( )
offsetUnset ( $offset )
push ( Flake\Core\Datastructure\Chainable $value )
reset ( )

메소드 상세

__toString() 공개 메소드

public __toString ( )

first() 공개 메소드

public first ( )

last() 공개 메소드

public last ( )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

push() 공개 메소드

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

reset() 공개 메소드

public reset ( )