Skip to content

prototypeblocks/php-reflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflection

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

About

Php reflection library, support now only annotations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages