The PxReflection Library
PxReflection is a library used to gather information about PHP classes, functions, interfaces and properties.
The library is also used on this page as well to show you the available classes and interfaces.
This library extends the PHP reflection objects and has some additional features which include
getting access to the PxDocBlock object and the source code of the reflected item.
This library uses the PxDocBlock library for docblock manipulation.
Classes of PxReflection
PxReflectionClass
- Reports information about a class
PxReflectionProperty
- The PxReflectionProperty class reports information about a property
PxReflectionFile
- Used to retrieve information the about a php file
PxReflectionFunction
- The PxReflectionFunction class reports information about a function
PxReflectionParameter
- The PxReflectionParameter class reports information about a parameter
PxReflectionIndent
- Add indentation (a number of spaced) to a piece of code
PxReflectionMethod
- The PxReflectionMethod class reports information about a method
