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

Class: SOAP_Header

Source Location: /SOAP-0.9.1/Value.php

Class Overview

SOAP_Value
   |
   --SOAP_Header

SOAP::Header


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 133]
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.

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



[ Top ]


Method Detail

SOAP_Header (Constructor)   [line 144]

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

[ Top ]


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