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')}
Mostra file
Open project: fluidtypo3/vhs
Protected Properties
Public Methods
Method Details
injectCollectionRepository()
public method
public injectCollectionRepository ( TYPO3\CMS\Core\Collection\RecordCollectionRepository $collectionRepository ) : void |
$collectionRepository |
TYPO3\CMS\Core\Collection\RecordCollectionRepository |
|
return |
void |
|
Returns a specific collection referenced by uid.
Property Details
$collectionRepository protected_oe property
protected RecordCollectionRepository,TYPO3\CMS\Core\Collection $collectionRepository |
return |
TYPO3\CMS\Core\Collection\RecordCollectionRepository |
|