PHP 클래스 Flake\Core\Datastructure\ChainLink

상속: implements Flake\Core\Datastructure\Chainable
파일 보기 프로젝트 열기: jeromeschneider/baikal

보호된 프로퍼티들

프로퍼티 타입 설명
$__container
$__key

공개 메소드들

메소드 설명
chain ( Chain $container, $key )
count ( )
current ( )
first ( )
key ( )
last ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
prev ( )
rewind ( )
valid ( )

메소드 상세

chain() 공개 메소드

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

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

first() 공개 메소드

public first ( )

key() 공개 메소드

public key ( )

last() 공개 메소드

public last ( )

next() 공개 메소드

public next ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

prev() 공개 메소드

public prev ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$__container 보호되어 있는 프로퍼티

protected $__container

$__key 보호되어 있는 프로퍼티

protected $__key