Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

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

php-nette-reflection-2.4.2-1.el6.remi.noarch [14 KiB] Changelog by Remi Collet (2017-08-06):
- Update to 2.4.2
php-nette-reflection-2.4.1-1.el6.remi.noarch [14 KiB] Changelog by Remi Collet (2017-01-15):
- update to 2.4.1