Is it possible to get the name of the top level class from an extended class, without setting it from the top level class. See example below, I would like to get \'Foo\' fro
You can simply use:
get_class($this);