TYPO3  7.6
Public Member Functions | List of all members
FramesetRenderer Class Reference

Public Member Functions

 make ($setup)
 
 frameParams ($setup, $typeNum)
 
 framesetParams ($setup)
 

Detailed Description

Rendering of framesets

Definition at line 23 of file FramesetRenderer.php.

Member Function Documentation

frameParams (   $setup,
  $typeNum 
)

Creates the attributes for a <frame> tag based on a $conf array and the type number

Parameters
array$setupConfiguration for the parameter generation for the FRAME set. See link
int$typeNumThe typenumber to use for the link.
Returns
string String with attributes for the frame-tag. With a prefixed space character. private https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Frameset/

Definition at line 69 of file FramesetRenderer.php.

References $GLOBALS.

Referenced by FramesetRenderer\make().

framesetParams (   $setup)

Creates the attributes for a <frameset> tag based on a conf array($setup)

Parameters
array$setupThe setup array(TypoScript properties)
Returns
string Attributes with preceding space. private
See Also
make()

Definition at line 103 of file FramesetRenderer.php.

Referenced by FramesetRenderer\make().

make (   $setup)

Generates a frameset based on input configuration in a TypoScript array.

Parameters
array$setupThe TypoScript properties of the PAGE object property "frameSet.". See link.
Returns
string A <frameset> tag.
See Also
::renderContentWithHeader()

Definition at line 32 of file FramesetRenderer.php.

References $GLOBALS, FramesetRenderer\frameParams(), FramesetRenderer\framesetParams(), if, GeneralUtility\makeInstance(), and TemplateService\sortedKeyList().