You are here

public function StaticReflectionProperty::getUseStatements in Plug 7

Return value

array

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php, line 86

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

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