(PHP 5)
The ReflectionClass class reports information about a class.
Name of the class. Read-only, throws ReflectionException in attempt to write.
Indicates class that is abstract because it has some abstract methods.
Indicates class that is abstract because of its definition.
Indicates final class.