BeyondCode
It is now possible to fetch the class name of an object using $object::class. The result is the same as get_class($object).