TYPO3  7.6
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Bootstrap Class Reference

Public Member Functions

 run ($content, $configuration)
 
 configureObjectManager ()
 

Public Attributes

 $cObj
 

Protected Attributes

 $objectManager
 
 $configurationManager
 

Detailed Description

This is the bootstrap for Ajax Widget responses

Definition at line 26 of file fluid/Classes/Core/Widget/Bootstrap.php.

Member Function Documentation

configureObjectManager ( )

Configures the object manager object configuration from config.tx_extbase.objects

Returns
void
See Also
initialize()
Todo:
this is duplicated code (see ::configureObjectManager())

Definition at line 90 of file fluid/Classes/Core/Widget/Bootstrap.php.

Referenced by Bootstrap\run().

run (   $content,
  $configuration 
)
Parameters
string$contentThe content
array$configurationThe TS configuration array
Returns
string $content The processed content

Definition at line 51 of file fluid/Classes/Core/Widget/Bootstrap.php.

References Bootstrap\$cObj, and Bootstrap\configureObjectManager().

Member Data Documentation

$cObj

Definition at line 34 of file fluid/Classes/Core/Widget/Bootstrap.php.

Referenced by Bootstrap\run().

$configurationManager
protected

Definition at line 44 of file fluid/Classes/Core/Widget/Bootstrap.php.

$objectManager
protected

Definition at line 39 of file fluid/Classes/Core/Widget/Bootstrap.php.