Back to JoomlaStorage class

Method all

public array
all
()
Retrieves all variables from the session store
Returns
  • array
Since
  • 4.0.0
Class: JoomlaStorage
Project: Joomla

Method all - Source code

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