‪TYPO3CMS  9.5
EmptySyntaxTreeNode.php
Go to the documentation of this file.
1 <?php
3 
20 class ‪EmptySyntaxTreeNode extends \TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode
21 {
22  public function ‪__construct()
23  {
24  }
25 }
‪TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures
Definition: ClassWithTwoGetters.php:2
‪TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\EmptySyntaxTreeNode
Definition: EmptySyntaxTreeNode.php:21
‪TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\EmptySyntaxTreeNode\__construct
‪__construct()
Definition: EmptySyntaxTreeNode.php:22