Go\Aop\Framework\ClassFieldAccess::getField PHP Method

getField() public method

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