2017 © Pedro Peláez
 

library php-reflection

Prototypeblocks reflection

image

prototypeblocks/php-reflection

Prototypeblocks reflection

  • Wednesday, January 13, 2016
  • by prototypeblocks
  • Repository
  • 2 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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:, (*1)

$ cd path/to/Prototypeblocks/Reflection/
$ composer install
$ phpunit

The Versions

13/01 2016

dev-master

9999999-dev https://github.com/prototypeblocks/php-reflection

Prototypeblocks reflection

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Perry Faro
by Rick van der Wolk

php annotations prototypeblocks

13/01 2016

v1.0.0

1.0.0.0 https://github.com/prototypeblocks/php-reflection

Prototypeblocks reflection

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Perry Faro
by Rick van der Wolk

php annotations prototypeblocks