LoadRegisterContentObject extends AbstractContentObject

Contains LOAD_REGISTER class object.

Table of Contents

Properties

$cObj  : ContentObjectRenderer|null
$pageRenderer  : PageRenderer|null
$request  : ServerRequestInterface
Always set via setRequest() by ContentObjectFactory after instantiation

Methods

getContentObjectRenderer()  : ContentObjectRenderer
render()  : string
Rendering the cObject, LOAD_REGISTER NOTICE: This cObject does NOT return any content since it just sets internal data based on the TypoScript properties.
setContentObjectRenderer()  : void
setRequest()  : void
getPageRenderer()  : PageRenderer
getPageRepository()  : PageRepository
getTypoScriptFrontendController()  : TypoScriptFrontendController
hasTypoScriptFrontendController()  : bool

Properties

$request

Always set via setRequest() by ContentObjectFactory after instantiation

protected ServerRequestInterface $request

Methods

render()

Rendering the cObject, LOAD_REGISTER NOTICE: This cObject does NOT return any content since it just sets internal data based on the TypoScript properties.

public render([array<string|int, mixed> $conf = [] ]) : string
Parameters
$conf : array<string|int, mixed> = []

Array of TypoScript properties

Return values
string

Empty string (the cObject only sets internal data!)

setRequest()

public setRequest(ServerRequestInterface $request) : void
Parameters
$request : ServerRequestInterface

hasTypoScriptFrontendController()

protected hasTypoScriptFrontendController() : bool
Return values
bool

        
On this page

Search results