You are here

public function StaticReflectionMethod::getUseStatements in Plug 7

Return value

array

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 94

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

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