Contentserv PHP API

CSCaraApiNotificationCategory
in package

The CSNotificationCategory is the Object API to manage the notification categories

Tags
since

CS21.0

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

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

Tags
Return values
void

        

Search results