Overview

Namespaces

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

Classes

  • ActionFactory
  • PhonebookFactory
  • SenderFactory
  • SmsFactory
  • UserFactory
  • Overview
  • Namespace
  • Class

Class ActionFactory

Class ActionFactory

Direct known subclasses

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

Parameters

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

Parameters

$client

Returns


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

Parameters

$proxy

Returns


$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