‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\ContentObject\FileContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\FileContentObject:
TYPO3\CMS\Frontend\ContentObject\AbstractContentObject

Public Member Functions

string render ($conf=[])
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 __construct (ContentObjectRenderer $cObj)
 
ContentObjectRenderer getContentObjectRenderer ()
 

Protected Member Functions

TypoScriptFrontendController getTypoScriptFrontendController ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
PageRenderer getPageRenderer ()
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
ContentObjectRenderer $cObj
 
PageRenderer $pageRenderer
 

Detailed Description

Contains FILE class object.

Deprecated:
‪FILE cObject will be removed in TYPO3 v10.0.

Definition at line 26 of file FileContentObject.php.

Member Function Documentation

◆ getTypoScriptFrontendController()

TypoScriptFrontendController TYPO3\CMS\Frontend\ContentObject\FileContentObject::getTypoScriptFrontendController ( )
protected
Returns
‪TypoScriptFrontendController

Definition at line 75 of file FileContentObject.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Frontend\ContentObject\FileContentObject\render().

◆ render()

string TYPO3\CMS\Frontend\ContentObject\FileContentObject::render (   $conf = [])

Rendering the cObject, FILE

Parameters
array$conf‪Array of TypoScript properties
Returns
‪string Output

Reimplemented from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject.

Definition at line 34 of file FileContentObject.php.

References TYPO3\CMS\Frontend\ContentObject\FileContentObject\getTypoScriptFrontendController(), and TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController\logDeprecatedTyposcript().