public function StaticReflectionProperty::getName

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

public function getName() {
  return $this->propertyName;
}