PHP Class FluidTYPO3\Vhs\ViewHelpers\Resource\CollectionViewHelper

For more information look here: http://docs.typo3.org/typo3cms/CoreApiReference/6.2/ApiOverview/Collections/Index.html#collections-api ### Example {v:resource.collection(uid:'123') -> v:var.set(name: 'someCollection')}
Inheritance: extends FluidTYPO3\Vhs\ViewHelpers\Resource\AbstractResourceViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$collectionRepository TYPO3\CMS\Core\Collection\RecordCollectionRepository

Public Methods

Method Description
injectCollectionRepository ( TYPO3\CMS\Core\Collection\RecordCollectionRepository $collectionRepository ) : void
render ( integer $uid ) : mixed Returns a specific collection referenced by uid.

Method Details

injectCollectionRepository() public method

public injectCollectionRepository ( TYPO3\CMS\Core\Collection\RecordCollectionRepository $collectionRepository ) : void
$collectionRepository TYPO3\CMS\Core\Collection\RecordCollectionRepository
return void

render() public method

Returns a specific collection referenced by uid.
public render ( integer $uid ) : mixed
$uid integer
return mixed

Property Details

$collectionRepository protected_oe property

protected RecordCollectionRepository,TYPO3\CMS\Core\Collection $collectionRepository
return TYPO3\CMS\Core\Collection\RecordCollectionRepository