sid = $sid; } /** * {@inheritdoc} */ public function get($key) { } /** * {@inheritdoc} */ public function set($key, $value, bool $overwrite = true) : bool { return false; } /** * {@inheritdoc} */ public function remove($key) : bool { return false; } /** * {@inheritdoc} */ public function getSID() { return $this->sid; } /** * {@inheritdoc} */ public function setSID($sid) /* : void */ { $this->sid = $sid; } /** * {@inheritdoc} */ public function save() /* : void */ { } }