Overrides SessionBagInterface::clear
public function clear() : mixed { $return = $this->attributes; $this->attributes = []; return $return; }