Skip to content

Instantly share code, notes, and snippets.

@planetenkiller
Created November 27, 2011 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save planetenkiller/1397476 to your computer and use it in GitHub Desktop.
Save planetenkiller/1397476 to your computer and use it in GitHub Desktop.
zikula/core issue #160 test code
<?php
$ref = new ReflectionClass('Zikula_Doctrine2_Entity_Category');
$methods = $ref->getMethods();
foreach($methods as $method) {
echo ' Zikula_Doctrine2_Entity_Category->'.$method->getName().'() ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment