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

Class: SOAP_WSDL_ObjectParser

Source Location: /SOAP-0.9.4/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):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1856]
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 1862]

Target namespace for the WSDL document will have the following prefix.

Type:   mixed


[ Top ]

$wsdl =  null

[line 1867]

Reference to the SOAP_WSDL object to populate.

Type:   mixed


[ Top ]



Method Detail

SOAP_WSDL_ObjectParser (Constructor)   [line 1877]

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 14:39:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.