Late Static Binding
Introduction
Why ?
How does it work ?
Examples
Can be used to reference the called class in the context of static inheritance.
PHP.net
Introduced in PHP 5.3.0 (June 2009).
Compensate for the limitations of "self"
By Babacooll