[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Soap/Client/ -> Local.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 93 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Soap_Client_Local:: (2 methods):
  __construct()
  _doRequest()


Class: Zend_Soap_Client_Local  - X-Ref

Zend_Soap_Client_Local

Class is intended to be used as local SOAP client which works
with a provided Server object.

Could be used for development or testing purposes.

__construct(Zend_Soap_Server $server, $wsdl, $options = null)   X-Ref
Local client constructor

param: Zend_Soap_Server $server
param: string $wsdl
param: array $options

_doRequest(Zend_Soap_Client_Common $client, $request, $location, $action, $version, $one_way = null)   X-Ref
Actual "do request" method.

param: Zend_Soap_Client_Common $client
param: string $request
param: string $location
param: string $action
param: int    $version
param: int    $one_way
return: mixed



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1