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