This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Myself\MySitepackage\Hooks; | |
| use TYPO3\CMS\Form\Domain\Model\Renderable\RootRenderableInterface; | |
| use TYPO3\CMS\Form\Domain\Runtime\FormRuntime; | |
| /** | |
| * @author Martin Terber <[email protected]> | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace NameOfVendor\NameOfExtension\ViewHelpers; | |
| /*************************************************************** | |
| * Copyright notice | |
| * | |
| * (c) 2010 Franz Koch <[email protected]>, Koch & Koch GbR | |
| * | |
| * All rights reserved |