Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo::getReflectionProperty PHP Method

getReflectionProperty() public method

Gets a ReflectionProperty for a specific field of the mapped class.
public getReflectionProperty ( string $name ) : ReflectionProperty
$name string
return ReflectionProperty
    public function getReflectionProperty($name)
    {
        return $this->reflFields[$name];
    }
ClassMetadataInfo