Name: | php-nette-reflection |
---|---|
Version: | 2.3.2 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 39092 |
License: | BSD or GPLv2 or GPLv3 |
RPM: | php-nette-reflection-2.3.2-1.el7.noarch.rpm |
Source RPM: | php-nette-reflection-2.3.2-1.el7.src.rpm |
Build Date: | Mon Dec 04 2017 |
Build Host: | x86-ol6-builder-04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nette/reflection |
Summary: | Nette PHP Reflection Component |
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'; |