Method |
Description |
|
collectEnd ( ) : array |
Stops the collection of loaded classes and
returns the names of the loaded classes. |
|
collectStart ( ) |
Starts the collection of loaded classes. |
|
getHierarchy ( string $className, boolean $asReflectionObjects = FALSE ) : array |
Returns the class hierarchy for a given class. |
|
getMethodParameters ( ReflectionFunction | ReflectionMethod $method, boolean $forCall = FALSE ) : string |
Returns the parameters of a function or method. |
|
getObjectAttribute ( object $object, string $attributeName ) : mixed |
Returns the value of an object's attribute. |
|
getPackageInformation ( string $className, string $docComment ) : array |
Returns the package information of a user-defined class. |
|
getStaticAttribute ( string $className, string $attributeName ) : mixed |
Returns the value of a static attribute. |
|
parseFullyQualifiedClassName ( string $className ) : array |
|
|