There was an interesting question in a practice test that I did not understand the answer to. What is the output of the following code:
If you call the static method bound to the other object, the method is executed in the context of the current object. Which allows access to the $this-object.
Better way to call the superclass-method from inside the subclass would be:
parent::getName();