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

Class: SOAP_Header

Source Location: /SOAP-0.8.1/Value.php

Class Overview

SOAP_Value
   |
   --SOAP_Header

SOAP::Header


Author(s):

Version:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 124]
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

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 ]


Method Detail

SOAP_Header (Constructor)   [line 136]

SOAP_Header SOAP_Header( [string $name = ''], mixed $type, string $value, [int $mustunderstand = 0], [string $actor = 'http://schemas.xmlsoap.org/soap/actor/next'])

Constructor

Parameters:

string   $name   —  name of the soap-value <value_name>
mixed   $type   —  soap header value
string   $value   —  namespace
int   $mustunderstand   —  mustunderstand (zero or one)
string   $actor   —  actor

[ Top ]


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