Home
last modified time | relevance | path

Searched refs:InterceptorInterface (Results 1 – 25 of 25) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Parser/
H A DConfiguration.php53 * @param InterceptorInterface $interceptor
56 public function addInterceptor(InterceptorInterface $interceptor)
64 * @param InterceptorInterface $interceptor
67 public function addEscapingInterceptor(InterceptorInterface $interceptor)
75 * @param InterceptorInterface $interceptor
79 …protected function addInterceptorToArray(InterceptorInterface $interceptor, array &$interceptorArr…
96 * @return InterceptorInterface[]
107 * @return InterceptorInterface[]
H A DTemplateParser.php360 …$this->callInterceptor($viewHelperNode, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $state…
398 …$this->callInterceptor($currentViewHelperNode, InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER,…
448 …$this->callInterceptor($lastStackElement, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $sta…
511 $this->callInterceptor($node, InterceptorInterface::INTERCEPT_OBJECTACCESSOR, $state);
518 … $this->callInterceptor($node, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $state);
705 … $this->callInterceptor($expressionNode, InterceptorInterface::INTERCEPT_EXPRESSION, $state);
791 …$this->callInterceptor($assignInto[$arrayKey], InterceptorInterface::INTERCEPT_OBJECTACCESSOR, $st…
825 $this->callInterceptor($node, InterceptorInterface::INTERCEPT_TEXT, $state);
H A DInterceptorInterface.php15 interface InterceptorInterface interface
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Parser/
H A DConfiguration.php53 * @param InterceptorInterface $interceptor
56 public function addInterceptor(InterceptorInterface $interceptor)
64 * @param InterceptorInterface $interceptor
67 public function addEscapingInterceptor(InterceptorInterface $interceptor)
75 * @param InterceptorInterface $interceptor
79 …protected function addInterceptorToArray(InterceptorInterface $interceptor, array &$interceptorArr…
96 * @return InterceptorInterface[]
107 * @return InterceptorInterface[]
H A DTemplateParser.php360 …$this->callInterceptor($viewHelperNode, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $state…
398 …$this->callInterceptor($currentViewHelperNode, InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER,…
448 …$this->callInterceptor($lastStackElement, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $sta…
511 $this->callInterceptor($node, InterceptorInterface::INTERCEPT_OBJECTACCESSOR, $state);
518 … $this->callInterceptor($node, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $state);
705 … $this->callInterceptor($expressionNode, InterceptorInterface::INTERCEPT_EXPRESSION, $state);
791 …$this->callInterceptor($assignInto[$arrayKey], InterceptorInterface::INTERCEPT_OBJECTACCESSOR, $st…
825 $this->callInterceptor($node, InterceptorInterface::INTERCEPT_TEXT, $state);
H A DInterceptorInterface.php15 interface InterceptorInterface interface
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Parser/
H A DConfiguration.php53 * @param InterceptorInterface $interceptor
56 public function addInterceptor(InterceptorInterface $interceptor)
64 * @param InterceptorInterface $interceptor
67 public function addEscapingInterceptor(InterceptorInterface $interceptor)
75 * @param InterceptorInterface $interceptor
79 …protected function addInterceptorToArray(InterceptorInterface $interceptor, array &$interceptorArr…
96 * @return InterceptorInterface[]
107 * @return InterceptorInterface[]
H A DTemplateParser.php360 …$this->callInterceptor($viewHelperNode, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $state…
398 …$this->callInterceptor($currentViewHelperNode, InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER,…
448 …$this->callInterceptor($lastStackElement, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $sta…
511 $this->callInterceptor($node, InterceptorInterface::INTERCEPT_OBJECTACCESSOR, $state);
518 … $this->callInterceptor($node, InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER, $state);
705 … $this->callInterceptor($expressionNode, InterceptorInterface::INTERCEPT_EXPRESSION, $state);
791 …$this->callInterceptor($assignInto[$arrayKey], InterceptorInterface::INTERCEPT_OBJECTACCESSOR, $st…
825 $this->callInterceptor($node, InterceptorInterface::INTERCEPT_TEXT, $state);
H A DInterceptorInterface.php15 interface InterceptorInterface interface
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Parser/Interceptor/
H A DEscape.php9 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface; alias
20 class Escape implements InterceptorInterface
49 if ($interceptorPosition === InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER) {
55 } elseif ($interceptorPosition === InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER) {
80 InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER,
81 InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER,
82 InterceptorInterface::INTERCEPT_OBJECTACCESSOR,
83 InterceptorInterface::INTERCEPT_EXPRESSION,
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Parser/Interceptor/
H A DEscape.php9 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface; alias
20 class Escape implements InterceptorInterface
49 if ($interceptorPosition === InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER) {
55 } elseif ($interceptorPosition === InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER) {
80 InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER,
81 InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER,
82 InterceptorInterface::INTERCEPT_OBJECTACCESSOR,
83 InterceptorInterface::INTERCEPT_EXPRESSION,
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Parser/Interceptor/
H A DEscape.php9 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface; alias
20 class Escape implements InterceptorInterface
49 if ($interceptorPosition === InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER) {
55 } elseif ($interceptorPosition === InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER) {
80 InterceptorInterface::INTERCEPT_OPENING_VIEWHELPER,
81 InterceptorInterface::INTERCEPT_CLOSING_VIEWHELPER,
82 InterceptorInterface::INTERCEPT_OBJECTACCESSOR,
83 InterceptorInterface::INTERCEPT_EXPRESSION,
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.3/
H A DFeature-76107-AddFluidInterceptorRegistration.rst28 Registered classes have to implement the `\TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface`.
38 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface;
42 class DebugInterceptor implements InterceptorInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.3/
H A DFeature-76107-AddFluidInterceptorRegistration.rst28 Registered classes have to implement the `\TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface`.
38 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface;
42 class DebugInterceptor implements InterceptorInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.3/
H A DFeature-76107-AddFluidInterceptorRegistration.rst28 Registered classes have to implement the `\TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface`.
38 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface;
42 class DebugInterceptor implements InterceptorInterface
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/Core/Rendering/
H A DRenderingContext.php21 use TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface; alias
97 if (!$interceptor instanceof InterceptorInterface) {
98 …xception('Interceptor "' . $className . '" needs to implement ' . InterceptorInterface::class . '.…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/Core/Rendering/
H A DRenderingContext.php27 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface; alias
137 if (!$interceptor instanceof InterceptorInterface) {
138 …xception('Interceptor "' . $className . '" needs to implement ' . InterceptorInterface::class . '.…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid/Classes/Core/Rendering/
H A DRenderingContext.php27 use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface; alias
125 if (!$interceptor instanceof InterceptorInterface) {
126 …xception('Interceptor "' . $className . '" needs to implement ' . InterceptorInterface::class . '.…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Migrations/Code/
H A DLegacyClassesForIde.php7 interface InterceptorInterface extends \TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface interface
H A DClassAliasMap.php10 …\\Core\\Parser\\InterceptorInterface' => \TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface::class,
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.5.x/
H A DDeprecation-87277-FluidClassAliases.rst21 * :php:`TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.5.x/
H A DDeprecation-87277-FluidClassAliases.rst21 * :php:`TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.5.x/
H A DDeprecation-87277-FluidClassAliases.rst21 * :php:`TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87193-DeprecatedFunctionalityRemoved.rst139 * :php:`TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87193-DeprecatedFunctionalityRemoved.rst139 * :php:`TYPO3\CMS\Fluid\Core\Parser\InterceptorInterface`