PHP Class Flake\Core\Collection

Inheritance: extends FLObject, implements Iterator
Afficher le fichier Open project: jeromeschneider/baikal Class Usage Examples

Protected Properties

Свойство Type Description
$aCollection
$aMeta

Méthodes publiques

Méthode Description
__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 = [] )

Méthodes protégées

Méthode Description
newCollectionLikeThisOne ( ) # This abstraction is useful because of CollectionTyped

Method Details

__call() public méthode

public __call ( $sName, $aArguments )

count() public méthode

public count ( )

current() public méthode

public current ( )

each() public méthode

public each ( )

first() public méthode

public first ( )

flush() public méthode

public flush ( )

fromArray() static public méthode

static public fromArray ( $aData )

getForKey() public méthode

public getForKey ( $sKey )

isAtFirst() public méthode

public isAtFirst ( )

isAtLast() public méthode

public isAtLast ( )

isEmpty() public méthode

public isEmpty ( )

key() public méthode

public key ( )

keys() public méthode

public keys ( )

last() public méthode

public last ( )

map() public méthode

public map ( $sFunc )

newCollectionLikeThisOne() protected méthode

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

next() public méthode

public next ( )

prev() public méthode

public prev ( )

push() public méthode

public push ( &$mMixed )

remove() public méthode

public remove ( $sKey )

reset() public méthode

public reset ( )

rewind() public méthode

public rewind ( )

toArray() public méthode

public toArray ( )

valid() public méthode

public valid ( )

walk() public méthode

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

Property Details

$aCollection protected_oe property

protected $aCollection

$aMeta protected_oe property

protected $aMeta