prototypeblocks/php-reflection

Prototypeblocks reflection

v1.0.0 2016-01-13 18:02 UTC

This package is not auto-updated.

Last update: 2024-03-26 18:42:05 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