Class AbstractClient
Interface for service drivers, can be used as standalone components.
Direct known subclasses
tschiemer\Aspsms\Http\HttpClient, tschiemer\Aspsms\Soap\SoapClient, tschiemer\Aspsms\Xml\XmlClient
Abstract
Namespace: tschiemer\Aspsms
Package: aspsms
Copyright: 2013 Philip Tschiemer, <tschiemer@filou.se>
License: v3 http://www.gnu.org/licenses/lgpl-3.0.txt
Version: 1.1.0
Link: https://github.com/tschiemer/aspsms-php
Located at lib/tschiemer/Aspsms/AbstractClient.php
Namespace: tschiemer\Aspsms
Package: aspsms
Copyright: 2013 Philip Tschiemer, <tschiemer@filou.se>
License: v3 http://www.gnu.org/licenses/lgpl-3.0.txt
Version: 1.1.0
Link: https://github.com/tschiemer/aspsms-php
Located at lib/tschiemer/Aspsms/AbstractClient.php
public
boolean
|
|
abstract public
array
|
|
public
Aspsms\Response
|
|
public
|
public
string[]
|
$requests | array(
'getVersion' => NULL,
'getCredits' => NULL,
'getStatusCodeDescription' => NULL,
'sendText' => NULL,
'sendWapPush' => NULL,
'sendToken' => NULL,
'verifyToken' => NULL,
'getDeliveryStatus' => NULL,
'checkOriginator' => NULL,
'sendOriginatorCode' => NULL,
'unlockOriginator' => NULL,
'sendPicture' => NULL,
'sendLogo' => NULL,
'sendGroupLogo' => NULL,
'sendRingtone' => NULL,
'sendVCard' => NULL,
'sendBinaryData' => NULL
) |
#
List of satsfiable requests |
public
Aspsms\Request
|
$request | NULL |
|
public
Aspsms\Response
|
$response | NULL |