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

getValue() public method

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