Re: [TYPO3-german] Methods with the same name as their class will not be constructors in a future version of PHP

2016-10-18 Diskussionsfäden Johannes C. Laxander
Hallo Gregor, > http://de2.php.net/manual/de/language.oop5.decon.php > > sollte dir helfen... > Danke für deinen Hinweis. Übertragen auf mein Beispiel würde das dann so gemacht? class tx_abc_xyz extends tx_abc { public function __construct (...) { ... } } Und die Funktion würde dann mit

Re: [TYPO3-german] Methods with the same name as their class will not be constructors in a future version of PHP

2016-10-17 Diskussionsfäden Gregor Hermens
Hallo Johannes, Johannes C. Laxander wrote: > ich bekomme die Fehlermeldung unter TYPO3 7.6.11 und kann sie auch im Code > nachvollziehen. > Ist das eine Einschränkung durch PHP7? Gibt es eine Empfehlung für die > Extension Entwicklung, wie Klassen und Funktionen unter PHP7 künftig > benannt