\Gomoob\Pushwoosh\Model\NotificationWP

Class which represents specific Pushwoosh notification informations for Windows Phone.

Summary

Methods
Properties
Constants
getBackbackground()
getBackground()
getBacktitle()
getCount()
getType()
setBackbackground()
setBackground()
setBacktitle()
setCount()
setType()
toJSON()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$backbackground
$background
$backtitle
$count
$type
N/A

Properties

$backbackground

$backbackground

$background

$background

$backtitle

$backtitle

$count

$count

$type

$type

Methods

getBackbackground()

getBackbackground()

getBackground()

getBackground()

getBacktitle()

getBacktitle()

getCount()

getCount()

getType()

getType()

setBackbackground()

setBackbackground( $backbackground)

Parameters

$backbackground

setBackground()

setBackground( $background)

Parameters

$background

setBacktitle()

setBacktitle( $backtitle)

Parameters

$backtitle

setCount()

setCount( $count)

Parameters

$count

setType()

setType( $type)

Parameters

$type

toJSON()

toJSON() : array

Creates a JSON representation of this request.

Returns

array —

a PHP array which can be passed to the 'json_encode' PHP method.