PHP Класс 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')}
Наследование: extends FluidTYPO3\Vhs\ViewHelpers\Resource\AbstractResourceViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$collectionRepository TYPO3\CMS\Core\Collection\RecordCollectionRepository

Открытые методы

Метод Описание
injectCollectionRepository ( TYPO3\CMS\Core\Collection\RecordCollectionRepository $collectionRepository ) : void
render ( integer $uid ) : mixed Returns a specific collection referenced by uid.

Описание методов

injectCollectionRepository() публичный Метод

public injectCollectionRepository ( TYPO3\CMS\Core\Collection\RecordCollectionRepository $collectionRepository ) : void
$collectionRepository TYPO3\CMS\Core\Collection\RecordCollectionRepository
Результат void

render() публичный Метод

Returns a specific collection referenced by uid.
public render ( integer $uid ) : mixed
$uid integer
Результат mixed

Описание свойств

$collectionRepository защищенное свойство

protected RecordCollectionRepository,TYPO3\CMS\Core\Collection $collectionRepository
Результат TYPO3\CMS\Core\Collection\RecordCollectionRepository