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

Class: SOAP_Value

Source Location: /SOAP-0.9.0/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 37]
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 72]


Type:   string


[ Top ]

$attributes = array()

[line 66]


Type:   mixed


[ Top ]

$name =  ''

[line 50]


Type:   string


[ Top ]

$namespace =  ''

[line 63]

Namespace

Type:   string


[ Top ]

$nqn =

[line 76]


Type:   mixed


[ Top ]

$options = array()

[line 74]


Type:   mixed


[ Top ]

$tqn =

[line 77]


Type:   mixed


[ Top ]

$type =  ''

[line 56]


Type:   string


[ Top ]

$type_namespace =  ''

[line 64]


Type:   mixed


[ Top ]

$value =  null

[line 44]


Type:   string


[ Top ]



Method Detail

SOAP_Value (Constructor)   [line 87]

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

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