CSCaraApiNotificationCategory
in package
The CSNotificationCategory is the Object API to manage the notification categories
Tags
Table of Contents
- __construct() : mixed
- CSNotificationCategory constructor
- getExternalKey() : string
- Returns the "external key" value
- getIcon() : string
- Returns the "icon" value
- getLabel() : string
- Returns the "label" value
- setExternalKey() : void
- Sets the "external key" value
- setIcon() : void
- Sets the "icon" value
- setLabel() : void
- Sets the "label" value
Methods
__construct()
CSNotificationCategory constructor
public
__construct(mixed $sExternalKey, mixed $sLabel[, mixed $sIcon = '' ]) : mixed
Parameters
- $sExternalKey : mixed
- $sLabel : mixed
- $sIcon : mixed = ''
Tags
Return values
mixed —getExternalKey()
Returns the "external key" value
public
getExternalKey() : string
Tags
Return values
string —getIcon()
Returns the "icon" value
public
getIcon() : string
Tags
Return values
string —getLabel()
Returns the "label" value
public
getLabel() : string
Tags
Return values
string —setExternalKey()
Sets the "external key" value
public
setExternalKey(mixed $sExternalKey) : void
Parameters
- $sExternalKey : mixed
-
string The "external key" to be set
Tags
Return values
void —setIcon()
Sets the "icon" value
public
setIcon(mixed $sIcon) : void
Parameters
- $sIcon : mixed
-
string The "icon" to be set
Tags
Return values
void —setLabel()
Sets the "label" value
public
setLabel(mixed $sLabel) : void
Parameters
- $sLabel : mixed
-
string The "label" to be set
