Go\Aop\Framework\ClassFieldAccess::getValueToSet PHP Méthode

getValueToSet() public méthode

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