ManaPHP\Http\SessionInterface::get PHP Метод

get() публичный Метод

Gets a session variable from an application context
public get ( string $name = null, mixed $defaultValue = null ) : mixed
$name string
$defaultValue mixed
Результат mixed
    public function get($name = null, $defaultValue = null);