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

getValue() 공개 메소드

Gets the current value of property
public getValue ( ) : mixed
리턴 mixed
    public function &getValue()
    {
        $value =& $this->value;
        return $value;
    }