mini\Session\SessionInterface::get() Method

public abstract

Signature

public abstract function get(string $key, mixed $default = NULL): mixed

Parameters

Name Type Default Description
$key string required Documentation missing
$default mixed NULL Documentation missing

Returns

mixed

Documentation

Get a session value

Source

src/Session/SessionInterface.php:23