PHP 클래스 Flake\Core\Collection

상속: extends FLObject, implements Iterator
파일 보기 프로젝트 열기: jeromeschneider/baikal 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$aCollection
$aMeta

공개 메소드들

메소드 설명
__call ( $sName, $aArguments )
count ( )
current ( )
each ( )
first ( )
flush ( )
fromArray ( $aData )
getForKey ( $sKey )
isAtFirst ( )
isAtLast ( )
isEmpty ( )
key ( )
keys ( )
last ( )
map ( $sFunc )
next ( )
prev ( )
push ( &$mMixed )
remove ( $sKey )
reset ( )
rewind ( )
toArray ( )
valid ( )
walk ( $sFunc, $aParams = [] )

보호된 메소드들

메소드 설명
newCollectionLikeThisOne ( ) # This abstraction is useful because of CollectionTyped

메소드 상세

__call() 공개 메소드

public __call ( $sName, $aArguments )

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

each() 공개 메소드

public each ( )

first() 공개 메소드

public first ( )

flush() 공개 메소드

public flush ( )

fromArray() 정적인 공개 메소드

static public fromArray ( $aData )

getForKey() 공개 메소드

public getForKey ( $sKey )

isAtFirst() 공개 메소드

public isAtFirst ( )

isAtLast() 공개 메소드

public isAtLast ( )

isEmpty() 공개 메소드

public isEmpty ( )

key() 공개 메소드

public key ( )

keys() 공개 메소드

public keys ( )

last() 공개 메소드

public last ( )

map() 공개 메소드

public map ( $sFunc )

newCollectionLikeThisOne() 보호된 메소드

# This abstraction is useful because of CollectionTyped
protected newCollectionLikeThisOne ( )

next() 공개 메소드

public next ( )

prev() 공개 메소드

public prev ( )

push() 공개 메소드

public push ( &$mMixed )

remove() 공개 메소드

public remove ( $sKey )

reset() 공개 메소드

public reset ( )

rewind() 공개 메소드

public rewind ( )

toArray() 공개 메소드

public toArray ( )

valid() 공개 메소드

public valid ( )

walk() 공개 메소드

public walk ( $sFunc, $aParams = [] )

프로퍼티 상세

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

protected $aCollection

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

protected $aMeta