TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
152 stars 93 forks source link

[!!!][TASK] Mark internal constants as protected #924

Closed s2b closed 3 months ago

s2b commented 3 months ago

The following constants represent internal Fluid state and have been set to protected. Thus, they can only be accessed by AbstractTemplateView and its child implementations:

:php:TYPO3Fluid\Fluid\View\AbstractTemplateView::RENDERING_TEMPLATE :php:TYPO3Fluid\Fluid\View\AbstractTemplateView::RENDERING_PARTIAL :php:TYPO3Fluid\Fluid\View\AbstractTemplateView::RENDERING_LAYOUT