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

getValueToSet() public method

Gets the value that must be set to the field.
public getValueToSet ( ) : mixed
return mixed
    public function &getValueToSet()
    {
        $newValue =& $this->newValue;
        return $newValue;
    }