Go\Aop\Framework\ClassFieldAccess::getField PHP 메소드

getField() 공개 메소드

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