Created
May 20, 2013 14:23
-
-
Save sasezaki/5612551 to your computer and use it in GitHub Desktop.
TokenReflection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use TokenReflection\Broker; | |
| $broker = new Broker(new Broker\Backend\Memory()); | |
| $broker->processDirectory('./library/Zend/Validator'); | |
| var_dump($broker->getClass('Zend\Validator\Ip')->getDefaultProperties()['messageTemplates']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment