Documentation

CrmEvent
in package

CrmEvent Class CRM

Tags
category

CrmEvent

subpackage

module_crm

author

SoftSolutions4U Development Team info@softsolutions4u.com

copyright

2012 and CLOUDREXX CMS - CLOUDREXX AG

license

trial license

link
www.cloudrexx.com

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
access

protected

$context

Event context

protected string $context
Tags
access

protected

$info

Event information

protected string $info
Tags
access

protected

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
null

cancel()

Cancel status

public cancel() : null
Return values
null

getContext()

Get Context

public getContext() : string
Return values
string

getInfo()

Get Information

public getInfo() : string
Return values
string

getName()

Get name

public getName() : string
Return values
string

isCancelled()

return cancel status

public isCancelled() : bool
Return values
bool

setContext()

Set Context

public setContext(string $context) : null
Parameters
$context : string

event context

Return values
null

setInfo()

Set information

public setInfo(string $info) : null
Parameters
$info : string

event info

Return values
null

setName()

Set name

public setName(string $name) : null
Parameters
$name : string

set event name

Return values
null

        
On this page

Search results