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

Class: SOAP_Header

Source Location: /SOAP-0.9.2/Value.php

Class Overview

SOAP_Value
   |
   --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.


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: SOAP_Value

SOAP_Value::SOAP_Value()
Constructor.
SOAP_Value::serialize()
Serializes this value.

Class Details

[line 136]
This class converts values between PHP and SOAP. It is a simple wrapper around SOAP_Value, adding support for SOAP actor and mustunderstand parameters.

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



[ Top ]


Method Detail

SOAP_Header (Constructor)   [line 148]

SOAP_Header SOAP_Header( [string $name = ''], mixed $type, mixed $value, [integer $mustunderstand = 0], [mixed $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
integer   $mustunderstand   —  Zero or one.
mixed   $attributes   —  Attributes.

[ Top ]


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