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

Class: SOAPStruct

Source Location: /SOAP-0.9.2/example/example_types.php

Class Overview


This is a data type that is used in SOAP Interop testing, but is here as an example of using complex types. When the class is deserialized from a SOAP message, it's constructor IS NOT CALLED! So your type classes need to behave in a way that will work with that.


Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 14]
This is a data type that is used in SOAP Interop testing, but is here as an example of using complex types. When the class is deserialized from a SOAP message, it's constructor IS NOT CALLED! So your type classes need to behave in a way that will work with that.

Some types may need more explicit serialization for SOAP. The __to_soap function allows you to be very explicit in building the SOAP_Value structures. The soap library does not call this directly, you would call it from your soap server class, echoStruct in the server class is an example of doing this.



[ Top ]


Class Variables

$varFloat =

[line 18]


Type:   mixed


[ Top ]

$varInt =

[line 17]


Type:   mixed


[ Top ]

$varString =

[line 16]


Type:   mixed


[ Top ]



Method Detail

SOAPStruct (Constructor)   [line 20]

SOAPStruct SOAPStruct( [mixed $s = null], [mixed $i = null], [mixed $f = null])


[ Top ]


Documentation generated on Mon, 16 Jan 2006 19:03:13 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.