PHP 클래스 Puli\Repository\Resource\Collection\ArrayResourceCollection

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: implements IteratorAggregat\IteratorAggregate, implements Puli\Repository\Api\ResourceCollection
파일 보기 프로젝트 열기: puli/repository 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Puli\Repository\Api\Resource\PuliResource[] | Traversabl\Traversable $resources = [] ) Creates a new collection.
add ( Puli\Repository\Api\Resource\PuliResource $resource )
clear ( )
count ( )
get ( $key )
getIterator ( $mode = ResourceCollectionIterator::KEY_AS_CURSOR )
getNames ( )
getPaths ( )
has ( $key )
isEmpty ( )
keys ( )
merge ( $resources )
offsetExists ( $key )
offsetGet ( $key )
offsetSet ( $key, $value )
offsetUnset ( $key )
remove ( $key )
replace ( $resources )
set ( $key, Puli\Repository\Api\Resource\PuliResource $resource )
toArray ( )

메소드 상세

__construct() 공개 메소드

You can pass the resources that you want to initially store in the collection as argument.
public __construct ( Puli\Repository\Api\Resource\PuliResource[] | Traversabl\Traversable $resources = [] )
$resources Puli\Repository\Api\Resource\PuliResource[] | Traversabl\Traversable The resources to store in the collection.

add() 공개 메소드

public add ( Puli\Repository\Api\Resource\PuliResource $resource )
$resource Puli\Repository\Api\Resource\PuliResource

clear() 공개 메소드

public clear ( )

count() 공개 메소드

public count ( )

get() 공개 메소드

public get ( $key )

getIterator() 공개 메소드

public getIterator ( $mode = ResourceCollectionIterator::KEY_AS_CURSOR )

getNames() 공개 메소드

public getNames ( )

getPaths() 공개 메소드

public getPaths ( )

has() 공개 메소드

public has ( $key )

isEmpty() 공개 메소드

public isEmpty ( )

keys() 공개 메소드

public keys ( )

merge() 공개 메소드

public merge ( $resources )

offsetExists() 공개 메소드

public offsetExists ( $key )

offsetGet() 공개 메소드

public offsetGet ( $key )

offsetSet() 공개 메소드

public offsetSet ( $key, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $key )

remove() 공개 메소드

public remove ( $key )

replace() 공개 메소드

public replace ( $resources )

set() 공개 메소드

public set ( $key, Puli\Repository\Api\Resource\PuliResource $resource )
$resource Puli\Repository\Api\Resource\PuliResource

toArray() 공개 메소드

public toArray ( )