prototypeblocks / php-reflection
Prototypeblocks reflection
v1.0.0
2016-01-13 18:02 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-05 21:31:46 UTC
README
use Prototypeblocks\Reflection\Annotations; $annotations = new Annotations; $annotation = $annotations->getAnnotations('method', 'testClass', 'indexAction'); print_r($annotation);
You can run the unit tests with the following command:
$ cd path/to/Prototypeblocks/Reflection/
$ composer install
$ phpunit