Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
php-nette-reflection - Nette PHP Reflection Component
- Website:
- https://github.com/nette/reflection
- Licence:
- BSD or GPLv2 or GPLv3
- Vendor:
- Remi Collet
- Description:
If you need to find every information about any class, reflection is the
right tool to do it. You can easily find out which methods does any class
have, what parameters do those methods accept, etc.
Nette\Object simplifies access to class' self-reflection with method
getReflection(), returning a Nette\Reflection\ClassType object.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Reflection/autoload.php';
Packages