PHP 인터페이스 Flake\Core\Datastructure\Chainable

상속: extends ArrayAccess, extends Iterator, extends Countable
파일 보기 프로젝트 열기: jeromeschneider/baikal 0 사용 예제들

공개 메소드들

메소드 설명
chain ( Chain $chain, $key )
first ( )
last ( )
prev ( ) # public function &next(); # This is already specified by interface Iterator

메소드 상세

chain() 공개 메소드

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

first() 공개 메소드

public first ( )

last() 공개 메소드

public last ( )

prev() 공개 메소드

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