![]() |
TYPO3
7.6
|
Public Member Functions | |
render ($conf=array()) | |
![]() | |
__construct (ContentObjectRenderer $cObj) | |
render ($conf=array()) | |
getContentObject () | |
Protected Member Functions | |
findAndSortFiles (array $conf) | |
addFileReferences (array $configuration, array $element, FileCollector $fileCollector) | |
getPageRepository () | |
getFileCollector () | |
![]() | |
getPageRenderer () | |
Additional Inherited Members | |
![]() | |
$cObj | |
$pageRenderer = null | |
Contains FILES content object
Definition at line 24 of file FilesContentObject.php.
|
protected |
Handles and resolves file references.
array | $configuration | TypoScript configuration |
array | $element | The parent element referencing to files |
FileCollector | $fileCollector |
Definition at line 160 of file FilesContentObject.php.
References $GLOBALS, FileCollector\addFilesFromRelation(), and FilesContentObject\getPageRepository().
Referenced by FilesContentObject\findAndSortFiles().
|
protected |
Function to check for references, collections, folders and accumulates into one etc.
array | $conf |
Definition at line 89 of file FilesContentObject.php.
References FilesContentObject\addFileReferences(), FilesContentObject\getFileCollector(), GeneralUtility\intExplode(), and GeneralUtility\trimExplode().
Referenced by FilesContentObject\render().
|
protected |
Definition at line 217 of file FilesContentObject.php.
References GeneralUtility\makeInstance().
Referenced by FilesContentObject\findAndSortFiles().
|
protected |
Definition at line 209 of file FilesContentObject.php.
References $GLOBALS.
Referenced by FilesContentObject\addFileReferences().
render | ( | $conf = array() | ) |
Rendering the cObject FILES
array | $conf | Array of TypoScript properties |
Definition at line 32 of file FilesContentObject.php.
References $GLOBALS, FilesContentObject\findAndSortFiles(), and MathUtility\forceIntegerInRange().