public function StaticReflectionClass::getUseStatements

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php, line 54

Class

StaticReflectionClass

Namespace

Doctrine\Common\Reflection

Code

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