TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\ContentObject\ImageTextContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\ImageTextContentObject:
TYPO3\CMS\Frontend\ContentObject\AbstractContentObject tslib_content_ImageText

Public Member Functions

 render ($conf=array())
 
- Public Member Functions inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 __construct (\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $cObj)
 
 render ($conf=array())
 
 getContentObject ()
 

Protected Member Functions

 setCurrentFileInContentObjectRenderer ($fileUid)
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 $cObj
 
 $fileFactory = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Contains IMAGE class object.

Author
Xavier Perseguers typo3.nosp@m.@per.nosp@m.segue.nosp@m.rs.c.nosp@m.h
Steffen Kamper steff.nosp@m.en@t.nosp@m.ypo3..nosp@m.org

Definition at line 22 of file ImageTextContentObject.php.

Member Function Documentation

◆ render()

TYPO3\CMS\Frontend\ContentObject\ImageTextContentObject::render (   $conf = array())

◆ setCurrentFileInContentObjectRenderer()

TYPO3\CMS\Frontend\ContentObject\ImageTextContentObject::setCurrentFileInContentObjectRenderer (   $fileUid)
protected

Loads the file reference object and sets it in the currentFile property of the ContentObjectRenderer.

This makes the file data available during image rendering.

Parameters
int$fileUidThe UID of the file reference that should be loaded.
Returns
void

Definition at line 486 of file ImageTextContentObject.php.

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