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

Class: SOAP_Value

Source Location: /SOAP-0.8.1/Value.php

Class Overview


SOAP::Value this class converts values between PHP and SOAP


Author(s):

Version:

  • $Id: Value.php,v 1.35 2003/04/11 05:32:17 shane Exp $

Variables

Methods


Child classes:

SOAP_Header
SOAP::Header
SOAP_Attachment
SOAP::Attachment

Inherited Variables

Inherited Methods


Class Details

[line 36]
SOAP::Value this class converts values between PHP and SOAP

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

  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates
  • Author: Dietrich Ayala <dietrich@ganx4.com> Original Author
  • Version: $Id: Value.php,v 1.35 2003/04/11 05:32:17 shane Exp $
  • Access: public


[ Top ]


Class Variables

$arrayType =  ''

[line 71]


Type:   string


[ Top ]

$attributes = array()

[line 65]


Type:   mixed


[ Top ]

$name =  ''

[line 49]


Type:   string


[ Top ]

$namespace =  ''

[line 62]

Namespace

Type:   string


[ Top ]

$nqn =

[line 75]


Type:   mixed


[ Top ]

$options = array()

[line 73]


Type:   mixed


[ Top ]

$tqn =

[line 76]


Type:   mixed


[ Top ]

$type =  ''

[line 55]


Type:   string


[ Top ]

$type_namespace =  ''

[line 63]


Type:   mixed


[ Top ]

$value =  NULL

[line 43]


Type:   string


[ Top ]



Method Detail

SOAP_Value (Constructor)   [line 84]

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


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
   $attributes   — 

[ Top ]

serialize   [line 103]

string &serialize( &$serializer)

Serialize
  • Return: xml representation

Parameters:

   &$serializer   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:59:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.