Doctrine\OXM\Mapping\ClassMetadata::getReflectionProperty PHP Méthode

getReflectionProperty() public méthode

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