[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Soap/Client/ -> Common.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: 76 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Soap_Client_Common:: (2 methods):
  __construct()
  __doRequest()


Class: Zend_Soap_Client_Common  - X-Ref


__construct($doRequestCallback, $wsdl, $options)   X-Ref
Common Soap Client constructor

param: callback $doRequestMethod
param: string $wsdl
param: array $options

__doRequest($request, $location, $action, $version, $one_way = null)   X-Ref
Performs SOAP request over HTTP.
Overridden to implement different transport layers, perform additional XML processing or other purpose.

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