public function StaticReflectionProperty::getDeclaringClass

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

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