Table of Contents
Properties
-
$encryptionKey
: string
Methods
-
live()
: string
-
resolve()
: array<string|int, mixed>|null
-
setMorphLiveEncription()
: mixed
-
callableToString()
: string
$encryptionKey
private
static string
$encryptionKey
live()
public
static live(callable $controller[, callable $middleware = null ]) : string
Parameters
-
$controller
: callable
-
-
$middleware
: callable
= null
-
resolve()
public
static resolve(string $hash) : array<string|int, mixed>|null
Parameters
-
$hash
: string
-
Return values
array<string|int, mixed>|null
setMorphLiveEncription()
public
static setMorphLiveEncription(string $key) : mixed
Parameters
-
$key
: string
-
callableToString()
private
static callableToString(callable $callable) : string
Parameters
-
$callable
: callable
-