Marcus
Well-known member
When I extend a class with self:: and reusing something of its code at the beginning to check (calling the parent function later), from my understanding I should have to change self:: with $this, is that correct?
Or has self:: also access to the parent functions my class is extending?
Or has self:: also access to the parent functions my class is extending?