Skip to content

Instantly share code, notes, and snippets.

@sasezaki
Created May 20, 2013 14:23
Show Gist options
  • Select an option

  • Save sasezaki/5612551 to your computer and use it in GitHub Desktop.

Select an option

Save sasezaki/5612551 to your computer and use it in GitHub Desktop.
TokenReflection
<?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