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

Public Member Functions

 addInterceptor (\TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface $interceptor)
 
 getInterceptors ($interceptionPoint)
 

Protected Attributes

 $interceptors = array()
 

Detailed Description

The parser configuration. Contains all configuration needed to configure the building of a SyntaxTree.

Definition at line 18 of file fluid/Classes/Core/Parser/Configuration.php.

Member Function Documentation

addInterceptor ( \TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface  $interceptor)

Adds an interceptor to apply to values coming from object accessors.

Parameters
\TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface$interceptor
Returns
void

Definition at line 33 of file fluid/Classes/Core/Parser/Configuration.php.

getInterceptors (   $interceptionPoint)

Returns all interceptors for a given Interception Point.

Parameters
int$interceptionPointone of the ::INTERCEPT_* constants,
Returns
<>

Definition at line 51 of file fluid/Classes/Core/Parser/Configuration.php.

Member Data Documentation

$interceptors = array()
protected

Definition at line 25 of file fluid/Classes/Core/Parser/Configuration.php.