public function StaticReflectionParser::getUseStatements in Plug 7
Gets the use statements from this file.
Return value
array
File
- lib/doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ StaticReflectionParser.php, line 264 
Class
- StaticReflectionParser
- Parses a file for namespaces/use/class declarations.
Namespace
Doctrine\Common\ReflectionCode
public function getUseStatements() {
  $this
    ->parse();
  return $this->useStatements;
}