set('this.is.my.nested.variable', $value); * * @param string $name Dot separated path to the requested value. * @param mixed $value New value. * @param string|null $separator Separator, defaults to '.' * @return $this */ public function set($name, $value, $separator = null); }