Xavier Perseguers

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Xavier Perseguers commented, -
-
Xavier Perseguers created a post, Cannot use breakpoint in subclass
In TYPO3 we use the concept of XCLASS to allow Core and user-defined classes to be extended. This is done like thatfile class.someclass.php:class someclass() { public function someMethod() { ...