Snaju Inception Docs

OnNotifyEvent extends Event
in package

Table of Contents

$isCancelled  : mixed
$handler  : mixed
$hooks  : mixed
$notification  : Notification
__construct()  : mixed
call()  : mixed
getHandler()  : mixed
getName()  : mixed
getNotification()  : Notification
hook()  : mixed
isCancelled()  : bool
onEnd()  : mixed
run()  : Event
setIsCancelled()  : mixed
buildHooks()  : mixed

Properties

$isCancelled

protected mixed $isCancelled = false

$hooks

private mixed $hooks = []

Methods

__construct()

public __construct(mixed $notification[, mixed $handler = null ]) : mixed
Parameters
$notification : mixed
$handler : mixed = null
Return values
mixed

call()

public call() : mixed
Return values
mixed

getHandler()

public getHandler() : mixed
Return values
mixed

getName()

public static getName() : mixed
Return values
mixed

hook()

public static hook(callable $func) : mixed
Parameters
$func : callable
Return values
mixed

isCancelled()

public isCancelled() : bool
Return values
bool

setIsCancelled()

public setIsCancelled(bool $isCancelled) : mixed
Parameters
$isCancelled : bool
Return values
mixed

buildHooks()

private buildHooks() : mixed
Return values
mixed

Search results