IncomingEventManager
Table of Contents
Methods
-
getDataInfo()
: array<string|int, mixed>
-
handleCancel()
: mixed
-
handleReply()
: bool
-
handleReplyReceivedICalInvent()
: mixed
-
handleRequest()
: mixed
-
rehandleRequest()
: mixed
getDataInfo()
public
static getDataInfo(mixed $data[, mixed $params = [] ]) : array<string|int, mixed>
Parameters
-
$data
: mixed
-
-
$params
: mixed
= []
-
Return values
array<string|int, mixed>
handleCancel()
public
static handleCancel(mixed $params) : mixed
Parameters
-
$params
: mixed
-
handleReply()
public
static handleReply(array<string|int, mixed> $params) : bool
Parameters
-
$params
: array<string|int, mixed>
-
handleReplyReceivedICalInvent()
public
static handleReplyReceivedICalInvent(Event $event) : mixed
Parameters
-
$event
: Event
-
handleRequest()
public
static handleRequest(mixed $params) : mixed
Parameters
-
$params
: mixed
-
rehandleRequest()
public
static rehandleRequest(mixed $params) : mixed
Parameters
-
$params
: mixed
-