SOAP--Client
[ class tree: SOAP--Client ] [ index: SOAP--Client ] [ all elements ]

Class: SOAP_WSDL_ObjectParser

Source Location: /SOAP-0.8.1/WSDL.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_WSDL_ObjectParser

Parses the types and methods used in web service objects into the internal data structures used by SOAP_WSDL.


Author(s):

Version:

  • $Id: Base.php,v 1.40.2.6 2004/12/04 00:18:31 arnaud Exp $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1602]
Parses the types and methods used in web service objects into the internal data structures used by SOAP_WSDL.

Assumes the SOAP_WSDL class is unpopulated to start with.



[ Top ]


Class Variables

$tnsPrefix =  'tns'

[line 1605]


Type:   mixed


[ Top ]

$wsdl =  null

[line 1608]


Type:   mixed


[ Top ]



Method Detail

SOAP_WSDL_ObjectParser (Constructor)   [line 1618]

SOAP_WSDL_ObjectParser SOAP_WSDL_ObjectParser( $objects &$objects, $wsdl &$wsdl, $targetNamespace $targetNamespace, $service_name $service_name, [$service_desc $service_desc = ''])

Constructor

Parameters:

$objects   &$objects   —  Reference to the object or array of objects to parse
$wsdl   &$wsdl   —  Reference to the SOAP_WSDL object to populate
$targetNamespace   $targetNamespace   —  The target namespace of schema types etc.
$service_name   $service_name   —  Name of the WSDL <service>
$service_desc   $service_desc   —  Optional description of the WSDL <service>

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:59:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.