Download the PHP package wandu/reflection without Composer
On this page you can find all versions of the php package wandu/reflection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wandu/reflection
More information about wandu/reflection
Files in wandu/reflection
Download wandu/reflection
More information about wandu/reflection
Files in wandu/reflection
Please rate this library. Is it a good library?
Informations about the package reflection
Wandu Reflection
Reflection Extend Library.
Installation
Documents
- ReflectionCallable
ReflectionCallable
It supports 6 types of callable object. (ref. Wani Blog, Callable)
- string of function's name.
- string of class and static method's name.
- array of class and static method's name.
- array of object and method's name.
- object of class that has
__invoke
method. (ref. Magic Method__invoke
) - object of
Closure
.
and two more.
__call
magic method.__callStatic
magic method.
(ref. ReflectionFunctionAbstract Class)
Example.
All versions of reflection with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package wandu/reflection contains the following files
Loading the files please wait ....