public function StaticReflectionClass::getProperty

File

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

Class

StaticReflectionClass

Namespace

Doctrine\Common\Reflection

Code

public function getProperty($name) {
  return $this->staticReflectionParser
    ->getReflectionProperty($name);
}