public function StaticReflectionProperty::getDocComment

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

public function getDocComment() {
  return $this
    ->getStaticReflectionParser()
    ->getDocComment('property', $this->propertyName);
}