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

Class: SOAP_Value

Source Location: /SOAP-0.9.1/Value.php

Class Overview


SOAP::Value


Author(s):

Variables

Methods


Child classes:

SOAP_Header
SOAP::Header
SOAP_Attachment
SOAP::Attachment

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 75]


Type:   string


[ Top ]

$attributes = array()

[line 69]


Type:   mixed


[ Top ]

$name =  ''

[line 53]


Type:   string


[ Top ]

$namespace =  ''

[line 66]

Namespace

Type:   string


[ Top ]

$nqn =

[line 79]


Type:   mixed


[ Top ]

$options = array()

[line 77]


Type:   mixed


[ Top ]

$tqn =

[line 80]


Type:   mixed


[ Top ]

$type =  ''

[line 59]


Type:   string


[ Top ]

$type_namespace =  ''

[line 67]


Type:   mixed


[ Top ]

$value =  null

[line 47]


Type:   string


[ Top ]



Method Detail

SOAP_Value (Constructor)   [line 90]

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, if not set an automatic
mixed   $value   —  value to set
array   $attributes   —  (optional) Attributes.

[ Top ]

serialize   [line 111]

string &serialize( SOAP_Base &$serializer)

Serialize.
  • Return: XML representation of $this.

Parameters:

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

[ Top ]


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