You are here

public function ReflectionProviderInterface::getReflectionProperty in Plug 7

Gets the ReflectionProperty equivalent for this class.

Parameters

string $name:

Return value

\ReflectionProperty

1 method overrides ReflectionProviderInterface::getReflectionProperty()
StaticReflectionParser::getReflectionProperty in lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
Gets the ReflectionProperty equivalent for this class.

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php, line 47

Class

ReflectionProviderInterface

Namespace

Doctrine\Common\Reflection

Code

public function getReflectionProperty($name);