public function ReflectionProviderInterface::getReflectionProperty

Get the ReflectionClass equivalent for this class.

Return value

ReflectionMethod

1 method overrides ReflectionProviderInterface::getReflectionProperty()
StaticReflectionParser::getReflectionProperty in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
Get the ReflectionProperty equivalent for the method of this file / class.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php, line 44

Class

ReflectionProviderInterface

Namespace

Doctrine\Common\Reflection

Code

public function getReflectionProperty($name);