function($val) { if ($this->id) { $this->_set_value(\func_get_args()); $this->open(); $_SESSION[self::$name] = $this->data; $this->close(); } return $this; }