Overview

Namespaces

  • SMSApi
    • Api
      • Action
        • Mms
        • Phonebook
        • Sender
        • Sms
        • User
        • Vms
      • Response
    • Exception
    • Proxy
      • Http

Classes

  • ActionFactory
  • MmsFactory
  • PhonebookFactory
  • SenderFactory
  • SmsFactory
  • UserFactory
  • VmsFactory
  • Overview
  • Namespace
  • Class
  • Tree

Class ActionFactory

Class ActionFactory

Direct known subclasses

SMSApi\Api\MmsFactory, SMSApi\Api\PhonebookFactory, SMSApi\Api\SenderFactory, SMSApi\Api\SmsFactory, SMSApi\Api\UserFactory, SMSApi\Api\VmsFactory
Abstract
Namespace: SMSApi\Api
Package: SMSApi\Api
Located at Api/ActionFactory.php
Methods summary
public
# __construct( null $proxy = null, null $client = null )

Parameters

$proxy
null
$proxy
$client
null
$client
public mixed
# setClient( SMSApi\Client $client )

Parameters

$client
SMSApi\Client
$client

Returns

mixed
$this
public mixed
# setProxy( SMSApi\Proxy\Proxy $proxy )

Parameters

$proxy
SMSApi\Proxy\Proxy
$proxy

Returns

mixed
$this
public SMSApi\Client
# getClient( )

Returns

SMSApi\Client
public SMSApi\Proxy\Proxy
# getProxy( )

Returns

SMSApi\Proxy\Proxy
Properties summary
protected SMSApi\Client $client null
#
protected SMSApi\Proxy\Proxy $proxy null
#
SMSAPI api client API documentation generated by ApiGen 2.8.0