[TYPO3-mvc] cleaning up my extension, removing core hacks
Marc Bastian Heinrichs
typo3 at mbh-web.de
Wed Dec 18 11:45:43 CET 2013
Hey,
Am 18.12.2013 08:59, schrieb Philipp:
>
> Now i think of 2 ways to include my hack:
> 1) Doing the same think (but i dont think that will work, i think i have
> to override the autoloadersetting here
> 2) putting
>
> \TYPO3\CMS\Fluid\ViewHelpers\Form\AbstractFormFieldViewHelper =>
> 'Vendor/Extension/Classes/ViewHelpers/Form/AbstractFormFieldViewHelper.php'
>
> in my ext_autoload.php
>
> Do you have any suggestions for me here?
you could not register a class overwriting an abstract class. You need
to overwrite the classes extending the abstract class.
Best
Marc Bastian
---
Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv.
http://www.avast.com
More information about the TYPO3-project-typo3v4mvc
mailing list