\Gomoob\Pushwoosh\Model\NotificationMac

Class which represents specific Pushwoosh notification informations for Mac OS X.

Summary

Methods
Properties
Constants
getBadges()
getRootParams()
getSound()
getTtl()
setBadges()
setRootParams()
setSound()
setTtl()
toJSON()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$badges
$rootParams
$sound
$ttl
N/A

Properties

$badges

$badges

$rootParams

$rootParams

$sound

$sound

$ttl

$ttl

Methods

getBadges()

getBadges()

getRootParams()

getRootParams()

getSound()

getSound()

getTtl()

getTtl()

setBadges()

setBadges( $badges)

Parameters

$badges

setRootParams()

setRootParams( $rootParams)

Parameters

$rootParams

setSound()

setSound( $sound)

Parameters

$sound

setTtl()

setTtl( $ttl)

Parameters

$ttl

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.