CrmEvent
in package
CrmEvent Class CRM
Tags
Table of Contents
Properties
- $cancelled : bool
- Event cancel status
- $context : string
- Event context
- $info : string
- Event information
- $name : string
- Event name
Methods
- __construct() : null
- Constructor
- cancel() : null
- Cancel status
- getContext() : string
- Get Context
- getInfo() : string
- Get Information
- getName() : string
- Get name
- isCancelled() : bool
- return cancel status
- setContext() : null
- Set Context
- setInfo() : null
- Set information
- setName() : null
- Set name
Properties
$cancelled
Event cancel status
protected
bool
$cancelled
= false
Tags
$context
Event context
protected
string
$context
Tags
$info
Event information
protected
string
$info
Tags
$name
Event name
protected
string
$name
Tags
Methods
__construct()
Constructor
public
__construct(string $name[, string $context = null ][, string $info = null ]) : null
Parameters
- $name : string
-
event name
- $context : string = null
-
event context
- $info : string = null
-
event info
Return values
nullcancel()
Cancel status
public
cancel() : null
Return values
nullgetContext()
Get Context
public
getContext() : string
Return values
stringgetInfo()
Get Information
public
getInfo() : string
Return values
stringgetName()
Get name
public
getName() : string
Return values
stringisCancelled()
return cancel status
public
isCancelled() : bool
Return values
boolsetContext()
Set Context
public
setContext(string $context) : null
Parameters
- $context : string
-
event context
Return values
nullsetInfo()
Set information
public
setInfo(string $info) : null
Parameters
- $info : string
-
event info
Return values
nullsetName()
Set name
public
setName(string $name) : null
Parameters
- $name : string
-
set event name