PHP 클래스 Neos\Fusion\TypoScriptObjects\AbstractCollectionImplementation

상속: extends AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$numberOfRenderedNodes integer The number of rendered nodes, filled only after evaluate() was called.

공개 메소드들

메소드 설명
evaluate ( ) : string Evaluate the collection nodes as concatenated string
evaluateAsArray ( ) : array Evaluate the collection nodes as array
getCollection ( ) : array Render the array collection by triggering the itemRenderer for every element
getItemKey ( ) : string
getItemName ( ) : string
getIterationName ( ) : string If set iteration data (index, cycle, isFirst, isLast) is available in context with the name given.

보호된 메소드들

메소드 설명
prepareIterationInformation ( integer $collectionCount ) : array

메소드 상세

evaluate() 공개 메소드

Evaluate the collection nodes as concatenated string
public evaluate ( ) : string
리턴 string

evaluateAsArray() 공개 메소드

Evaluate the collection nodes as array
public evaluateAsArray ( ) : array
리턴 array

getCollection() 공개 메소드

Render the array collection by triggering the itemRenderer for every element
public getCollection ( ) : array
리턴 array

getItemKey() 공개 메소드

public getItemKey ( ) : string
리턴 string

getItemName() 공개 메소드

public getItemName ( ) : string
리턴 string

getIterationName() 공개 메소드

If set iteration data (index, cycle, isFirst, isLast) is available in context with the name given.
public getIterationName ( ) : string
리턴 string

prepareIterationInformation() 보호된 메소드

protected prepareIterationInformation ( integer $collectionCount ) : array
$collectionCount integer
리턴 array

프로퍼티 상세

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

The number of rendered nodes, filled only after evaluate() was called.
protected int $numberOfRenderedNodes
리턴 integer