[TASK] Apply migration TYPO3.Fluid-20150214130800

Add "escapeOutput" property to existing ViewHelpers to ensure
backwards-compatibility

Migration: TYPO3.Fluid-20150214130800
This commit is contained in:
Ferdinand Kuhl 2015-06-15 16:48:34 +02:00
parent c3935fd2c3
commit 3bc6e09d9e

View file

@ -10,6 +10,14 @@ use TYPO3\Flow\Annotations as Flow;
*/
class MenuViewHelper extends \TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper {
/**
* NOTE: This property has been introduced via code migration to ensure backwards-compatibility.
* @see AbstractViewHelper::isOutputEscapingEnabled()
* @var boolean
*/
protected $escapeOutput = FALSE;
/**
* @var \DigiComp\Menu\MenuService\ServiceInterface
* @Flow\Inject