public function StaticReflectionProperty::getUseStatements

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php, line 62

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

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