TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\ContentObject\MediaContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\MediaContentObject:
TYPO3\CMS\Frontend\ContentObject\AbstractContentObject tslib_content_Media

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

 doFlexFormOverlay (array &$confArray, $key, $sectionKey=NULL)
 

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 MEDIA 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 MediaContentObject.php.

Member Function Documentation

◆ doFlexFormOverlay()

TYPO3\CMS\Frontend\ContentObject\MediaContentObject::doFlexFormOverlay ( array &  $confArray,
  $key,
  $sectionKey = NULL 
)
protected

Looks up if the key is set via flexform and returns the actual value. If not present in flexform, it processes the value which might be given in TS with stdWrap (if needed) and returns that value.

Parameters
array&$confArray
string$key
string$sectionKey
Returns
mixed

Definition at line 284 of file MediaContentObject.php.

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

◆ render()