Go\Aop\Framework\ClassFieldAccess::getField PHP Méthode

getField() public méthode

Gets the field being accessed.
public getField ( ) : ReflectionProperty
Résultat ReflectionProperty the field being accessed.
    public function getField()
    {
        return $this->reflectionProperty;
    }