ZF2-151: Add addUseClass Method in ClassGenerator
Description
There's no method for adding uses classes in ClassGenerator e.g :
use Zend\Code\Reflection\MethodReflection;
class SomeClass extends MethodReflection {
}
There's no method for adding uses classes in ClassGenerator e.g :
use Zend\Code\Reflection\MethodReflection;
class SomeClass extends MethodReflection {
}
Comments
Posted by Ralph Schindler (ralph) on 2012-10-08T20:15:30.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2453