*/ /** * class docblock * * @package Zend_Reflection_TestClassWithCodeInMethod */ class Zend_Reflection_TestClassWithCodeInMethod { /** * Enter description here... * * @return bool */ public function someMethod() { /* test test */ $foo = 'bar'; } }