You are here

public function StaticReflectionClass::getUseStatements in Plug 7

Return value

array

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php, line 69

Class

StaticReflectionClass

Namespace

Doctrine\Common\Reflection

Code

public function getUseStatements() {
  return $this->staticReflectionParser
    ->getUseStatements();
}