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
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 프로퍼티들

프로퍼티 타입 설명
$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