Contentserv PHP API

Notification extends Record
in package

Tags

Table of Contents

__construct()  : mixed
Notification constructor.
getCategory()  : string
Returns the Category
getCategoryField()  : string
Returns the field "Category"
getExternalId()  : int
Returns the ExternalId
getExternalIdField()  : string
Returns the field "ExternalID"
getFormat()  : array<string|int, mixed>
getLink()  : string|null
Returns the Link
getLinkField()  : string
Returns the field "Link"
getProduct()  : string
Returns the Product value
getProductField()  : string
Returns the field "Product"
getServiceKey()  : string
Returns the ServiceKey
getServiceKeyField()  : string
Returns the field "ServiceKey"
getServiceName()  : string
Returns the ServiceName
getServiceNameField()  : string
Returns the field "ServiceName"
getSyncDate()  : string
Returns the SyncDate
getSyncDateField()  : string
Returns the field "SyncDate"
getValidFrom()  : string
Returns the ValidFrom
getValidFromField()  : string
Returns the field "ValidFrom"
getValidTo()  : string
Returns the ValidTo
getValidToField()  : string
Returns the field "ValidTo"
getVersions()  : string
Returns the Versions
getVersionsField()  : string
Returns the field "Versions"
setCategory()  : void
Sets the Category
setExternalId()  : void
Sets the ExternalId
setLink()  : void
Sets the Link
setProduct()  : void
Sets the Product value
setServiceKey()  : void
Sets the ServiceKey
setServiceName()  : void
Sets the ServiceName
setSyncDate()  : void
Sets the SyncDate
setValidFrom()  : void
Sets the ValidFrom
setValidTo()  : void
Sets the ValidTo
setVersions()  : void
Sets the Versions value

Methods

__construct()

Notification constructor.

public __construct([int $iNotificationId = null ]) : mixed
Parameters
$iNotificationId : int = null

the id of the notification

Tags
Return values
mixed

getCategory()

Returns the Category

public getCategory() : string
Tags
Return values
string

getCategoryField()

Returns the field "Category"

public getCategoryField() : string
Tags
Return values
string

getExternalId()

Returns the ExternalId

public getExternalId() : int
Tags
Return values
int

getExternalIdField()

Returns the field "ExternalID"

public getExternalIdField() : string
Tags
Return values
string

getFormat()

public getFormat() : array<string|int, mixed>
Tags
inheritdoc
Return values
array<string|int, mixed>

Returns the Link

public getLink() : string|null
Tags
Return values
string|null

getLinkField()

Returns the field "Link"

public getLinkField() : string
Tags
Return values
string

getProduct()

Returns the Product value

public getProduct() : string
Tags
Return values
string

getProductField()

Returns the field "Product"

public getProductField() : string
Tags
Return values
string

getServiceKey()

Returns the ServiceKey

public getServiceKey() : string
Tags
Return values
string

getServiceKeyField()

Returns the field "ServiceKey"

public getServiceKeyField() : string
Tags
Return values
string

getServiceName()

Returns the ServiceName

public getServiceName() : string
Tags
Return values
string

getServiceNameField()

Returns the field "ServiceName"

public getServiceNameField() : string
Tags
Return values
string

getSyncDate()

Returns the SyncDate

public getSyncDate() : string
Tags
Return values
string

getSyncDateField()

Returns the field "SyncDate"

public getSyncDateField() : string
Tags
Return values
string

getValidFrom()

Returns the ValidFrom

public getValidFrom() : string
Tags
Return values
string

getValidFromField()

Returns the field "ValidFrom"

public getValidFromField() : string
Tags
Return values
string

getValidTo()

Returns the ValidTo

public getValidTo() : string
Tags
Return values
string

getValidToField()

Returns the field "ValidTo"

public getValidToField() : string
Tags
Return values
string

getVersions()

Returns the Versions

public getVersions() : string
Tags
Return values
string

getVersionsField()

Returns the field "Versions"

public getVersionsField() : string
Tags
Return values
string

setCategory()

Sets the Category

public setCategory(mixed $sCategory) : void
Parameters
$sCategory : mixed

string The Category to be set

Tags
Return values
void

setExternalId()

Sets the ExternalId

public setExternalId(mixed $iExternalId) : void
Parameters
$iExternalId : mixed

int The ExternalId to be set

Tags
Return values
void

Sets the Link

public setLink(string|null $sLink) : void
Parameters
$sLink : string|null

string The Link to be set

Tags
Return values
void

setProduct()

Sets the Product value

public setProduct(mixed $sProduct) : void
Parameters
$sProduct : mixed

string The Product to be set

Tags
Return values
void

setServiceKey()

Sets the ServiceKey

public setServiceKey(mixed $sServiceKey) : void
Parameters
$sServiceKey : mixed

string The ServiceKey to be set

Tags
Return values
void

setServiceName()

Sets the ServiceName

public setServiceName(mixed $sServiceName) : void
Parameters
$sServiceName : mixed

string The ServiceName to be set

Tags
Return values
void

setSyncDate()

Sets the SyncDate

public setSyncDate() : void
Tags
Return values
void

setValidFrom()

Sets the ValidFrom

public setValidFrom(mixed $sValidFrom) : void
Parameters
$sValidFrom : mixed

string The ValidFrom to be set

Tags
throws
CSException
Return values
void

setValidTo()

Sets the ValidTo

public setValidTo(mixed $sValidTo) : void
Parameters
$sValidTo : mixed

string The ValidTo to be set

Tags
throws
CSException
Return values
void

setVersions()

Sets the Versions value

public setVersions(mixed $sVersions) : void
Parameters
$sVersions : mixed

string The Versions to be set

Tags
Return values
void

        

Search results