public function StaticReflectionClass::getUseStatements in Plug 7
Return value
array
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ StaticReflectionClass.php, line 69
Class
Namespace
Doctrine\Common\ReflectionCode
public function getUseStatements() {
return $this->staticReflectionParser
->getUseStatements();
}