Overview

Namespaces

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

Classes

  • SMSApi\Proxy\Http\AbstractHttp
  • SMSApi\Proxy\Http\Curl
  • SMSApi\Proxy\Http\Native
  • Overview
  • Namespace
  • Class
 1: <?php
 2: 
 3: namespace SMSApi\Proxy;
 4: 
 5: interface Proxy {
 6: 
 7:     public function execute( \SMSApi\Api\Action\AbstractAction $action );
 8: 
 9:     public function getProtocol();
10: 
11:     public function getHost();
12: 
13:     public function getPort();
14: }
SMSAPI Api Client API documentation generated by ApiGen