Property | Type | Description | |
---|---|---|---|
$numberOfRenderedNodes | integer | The number of rendered nodes, filled only after evaluate() was called. |
Method | Description | |
---|---|---|
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. |
Method | Description | |
---|---|---|
prepareIterationInformation ( integer $collectionCount ) : array |
public evaluateAsArray ( ) : array | ||
return | array |
public getCollection ( ) : array | ||
return | array |
public getIterationName ( ) : string | ||
return | string |
protected prepareIterationInformation ( integer $collectionCount ) : array | ||
$collectionCount | integer | |
return | array |
protected int $numberOfRenderedNodes | ||
return | integer |