/** * Retrieves all variables from the session store * * @return array * * @since 4.0.0 */ public function all() : array { return $this->data->toArray(); }