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

Class: SOAP_Value

Source Location: /SOAP-0.9.2/Value.php

Class Overview


SOAP::Value


Author(s):

Variables

Methods


Child classes:

SOAP_Header
This class converts values between PHP and SOAP. It is a simple wrapper around SOAP_Value, adding support for SOAP actor and mustunderstand parameters.
SOAP_Attachment
This class handles MIME attachements per W3C's Note on Soap Attachements at http://www.w3.org/TR/SOAP-attachments

Inherited Variables

Inherited Methods


Class Details

[line 40]
SOAP::Value

This class converts values between PHP and SOAP.

Originally based on SOAPx4 by Dietrich Ayala http://dietrich.ganx4.com/soapx4



[ Top ]


Class Variables

$arrayType =  ''

[line 70]


Type:   string


[ Top ]

$attributes = array()

[line 65]


Type:   mixed


[ Top ]

$name =  ''

[line 50]


Type:   string


[ Top ]

$namespace =  ''

[line 62]

Namespace

Type:   string


[ Top ]

$nqn =

[line 74]


Type:   mixed


[ Top ]

$options = array()

[line 72]


Type:   mixed


[ Top ]

$tqn =

[line 75]


Type:   mixed


[ Top ]

$type =  ''

[line 55]


Type:   string


[ Top ]

$type_namespace =  ''

[line 63]


Type:   mixed


[ Top ]

$value =  null

[line 45]


Type:   string


[ Top ]



Method Detail

SOAP_Value (Constructor)   [line 86]

SOAP_Value SOAP_Value( [string $name = ''], [mixed $type = false], [mixed $value = null], [array $attributes = array()])

Constructor.

Parameters:

string   $name   —  Name of the SOAP value {namespace}name.
mixed   $type   —  SOAP value {namespace}type. Determined automatically if not set.
mixed   $value   —  Value to set.
array   $attributes   —  Attributes.

[ Top ]

serialize   [line 109]

string serialize( &$serializer, SOAP_Base $serializer)

Serializes this value.
  • Return: XML representation of $this.

Parameters:

SOAP_Base   $serializer   —  A SOAP_Base instance or subclass to serialize with.
   &$serializer   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:33:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.