TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Frontend\Page\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()

TYPO3\CMS\Frontend\Page\FramesetRenderer::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 TYPO3\CMS\Frontend\Page\FramesetRenderer\make().

◆ framesetParams()

TYPO3\CMS\Frontend\Page\FramesetRenderer::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 TYPO3\CMS\Frontend\Page\FramesetRenderer\make().

◆ make()

TYPO3\CMS\Frontend\Page\FramesetRenderer::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, TYPO3\CMS\Frontend\Page\FramesetRenderer\frameParams(), TYPO3\CMS\Frontend\Page\FramesetRenderer\framesetParams(), if, TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance(), and TYPO3\CMS\Core\TypoScript\TemplateService\sortedKeyList().