Class PushWoosh
The PushWoosh class is a class for interacting with the PushWoosh push notification service.
The constructor of the PushWoosh class takes parameters for the application ID, username and password.
Namespace: PushWoosh
Package: PushWoosh
Category: library
License: http://opensource.org/licenses/MIT
Author: Matthew Daly
Version: 0.0.1
Since: 2014-02-27
Example:
$push = new PushWoosh($appId, $username, $password);
$push->createMessage($users, 'now', null);
Located at PushWoosh/PushWoosh.php
Package: PushWoosh
Category: library
License: http://opensource.org/licenses/MIT
Author: Matthew Daly
Version: 0.0.1
Since: 2014-02-27
Example:
$push = new PushWoosh($appId, $username, $password);
$push->createMessage($users, 'now', null);
Located at PushWoosh/PushWoosh.php
public
|
#
__construct( string $appId, string $username, string $password )
Constructor for the PushWoosh object |
public
boolean
|
#
createMessage( array $pushes, string $sendDate = 'now', string $link = null, integer $ios_badges = 1 )
Creates a push message using PushWoosh |
protected
array
|
$config |
|
#
The configuration settings. Should consist of an array with three keys: application, username and password |