TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
OuterWrapContainer Class Reference
Inheritance diagram for OuterWrapContainer:
AbstractContainer AbstractNode NodeInterface

Public Member Functions

 render ()
 
- Public Member Functions inherited from AbstractContainer
 __construct (NodeFactory $nodeFactory, array $data)
 
- Public Member Functions inherited from AbstractNode
 __construct (NodeFactory $nodeFactory, array $data)
 
 render ()
 

Protected Member Functions

 getLanguageService ()
 
 getBackendUserAuthentication ()
 
- Protected Member Functions inherited from AbstractContainer
 explodeSingleFieldShowItemConfiguration ($field)
 
 renderTabMenu (array $menuItems, $domId, $defaultTabIndex=1)
 
 previewFieldValue ($value, $config, $field= '')
 
- Protected Member Functions inherited from AbstractNode
 initializeResultArray ()
 
 mergeChildReturnIntoExistingResult (array $existing, array $childReturn)
 
 getValidationDataAsDataAttribute (array $config)
 
 getValidationDataAsJsonString (array $config)
 

Additional Inherited Members

- Protected Attributes inherited from AbstractContainer
 $nodeFactory
 

Detailed Description

Render header and footer row.

This is an entry container called from controllers. It wraps the title and a footer around the main html. It either calls a FullRecordContainer or ListOfFieldsContainer to render a full record or only some fields from a full record.

Definition at line 32 of file OuterWrapContainer.php.

Member Function Documentation

getBackendUserAuthentication ( )
protected
Returns
BackendUserAuthentication

Definition at line 139 of file OuterWrapContainer.php.

References $GLOBALS.

Referenced by OuterWrapContainer\render().

getLanguageService ( )
protected
Returns
LanguageService

Definition at line 131 of file OuterWrapContainer.php.

References $GLOBALS.

Referenced by OuterWrapContainer\render().

render ( )