Documentation

Event
in package

En event wraps a event name and a payload. The payload contains additional information about the event.

Tags
author

César de la Cal Bretschneider cesar@magic3w.com

Table of Contents

$action  : mixed
$body  : mixed
__construct()  : mixed
getAction()  : mixed
getBody()  : mixed

Properties

$action

private mixed $action

Methods

__construct()

public __construct(mixed $action, mixed $body) : mixed
Parameters
$action : mixed
$body : mixed
Return values
mixed

getAction()

public getAction() : mixed
Return values
mixed

getBody()

public getBody() : mixed
Return values
mixed

Search results