Documentation

Morph
in package

Table of Contents

Properties

$encryptionKey  : string

Methods

live()  : string
resolve()  : array<string|int, mixed>|null
setMorphLiveEncription()  : mixed
callableToString()  : string

Properties

$encryptionKey

private static string $encryptionKey

Methods

live()

public static live(callable $controller[, callable $middleware = null ]) : string
Parameters
$controller : callable
$middleware : callable = null
Return values
string

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
Return values
string
Loading…
On this page

Search results