‪TYPO3CMS  11.5
TYPO3\CMS\Frontend\ContentObject\EditPanelContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\EditPanelContentObject:
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 ()
 
 setRequest (ServerRequestInterface $request)
 
 setContentObjectRenderer (ContentObjectRenderer $cObj)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 hasTypoScriptFrontendController ()
 
TypoScriptFrontendController getTypoScriptFrontendController ()
 
PageRepository getPageRepository ()
 
PageRenderer getPageRenderer ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
ContentObjectRenderer $cObj
 
PageRenderer $pageRenderer
 
ServerRequestInterface $request = null
 

Detailed Description

Contains EDITPANEL class object.

Deprecated:
‪since v11, will be removed with v12. Drop together with other editPanel removals.

Definition at line 22 of file EditPanelContentObject.php.

Member Function Documentation

◆ render()

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

Rendering the cObject, EDITPANEL

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

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

Definition at line 30 of file EditPanelContentObject.php.

References TYPO3\CMS\Frontend\ContentObject\AbstractContentObject\getTypoScriptFrontendController().