\Gomoob\Pushwoosh\Model\NotificationSafari

Class which represents specific Pushwoosh notification informations for Safari.

Summary

Methods
Properties
Constants
getAction()
getTitle()
getTtl()
getUrl()
setAction()
setTitle()
setTtl()
setUrl()
toJSON()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$action
$title
$ttl
$url
N/A

Properties

$action

$action

$title

$title

$ttl

$ttl

$url

$url

Methods

getAction()

getAction()

getTitle()

getTitle()

getTtl()

getTtl()

getUrl()

getUrl()

setAction()

setAction( $action)

Parameters

$action

setTitle()

setTitle( $title)

Parameters

$title

setTtl()

setTtl( $ttl)

Parameters

$ttl

setUrl()

setUrl( $url)

Parameters

$url

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.