‪TYPO3CMS  10.4
TYPO3\CMS\Core\Context\TypoScriptAspect Class Reference
Inheritance diagram for TYPO3\CMS\Core\Context\TypoScriptAspect:
TYPO3\CMS\Core\Context\AspectInterface

Public Member Functions

 __construct (bool $forcedTemplateParsing=false)
 
 isForcedTemplateParsing ()
 
mixed get (string $name)
 

Private Attributes

bool $forcedTemplateParsing
 

Detailed Description

The aspect contains information on TypoScript rendering settings

Allowed properties:

  • ‪forceTemplateParsing

Definition at line 28 of file TypoScriptAspect.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Context\TypoScriptAspect::__construct ( bool  $forcedTemplateParsing = false)

Member Function Documentation

◆ get()

mixed TYPO3\CMS\Core\Context\TypoScriptAspect::get ( string  $name)

Get a property from aspect

Parameters
string$name
Returns
‪mixed
Exceptions
AspectPropertyNotFoundException

Implements TYPO3\CMS\Core\Context\AspectInterface.

Definition at line 52 of file TypoScriptAspect.php.

References TYPO3\CMS\Core\Context\TypoScriptAspect\$forcedTemplateParsing.

◆ isForcedTemplateParsing()

TYPO3\CMS\Core\Context\TypoScriptAspect::isForcedTemplateParsing ( )

Member Data Documentation

◆ $forcedTemplateParsing

bool TYPO3\CMS\Core\Context\TypoScriptAspect::$forcedTemplateParsing
private