\Gomoob\Pushwoosh\Model\NotificationWNS

Class which represents specific Pushwoosh notification informations for WNS (Windows Notification Service).

Summary

Methods
Properties
Constants
getContent()
getTag()
getType()
setContent()
setTag()
setType()
toJSON()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$content
$tag
$type
N/A

Properties

$content

$content

$tag

$tag

$type

$type

Methods

getContent()

getContent()

getTag()

getTag()

getType()

getType()

setContent()

setContent( $content)

Parameters

$content

setTag()

setTag( $tag)

Parameters

$tag

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.