lib/ezsoap/classes/ezsoaprequest.php

Show: inherited
Table of Contents

File containing the eZSOAPRequest class.

Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Package
lib  
Version
4.6.0  

\eZSOAPRequest

Package: lib

File containing the eZSOAPRequest class.

Parent(s)
\eZSOAPEnvelope
Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Version
4.6.0  

Constants

Constant  ENV = "http://schemas.xmlsoap.org/soap/envelope/"
inheritedInherited from: \eZSOAPEnvelope::ENV
Inherited_from
\eZSOAPEnvelope::ENV  
Constant  ENC = "http://schemas.xmlsoap.org/soap/encoding/"
inheritedInherited from: \eZSOAPEnvelope::ENC
Inherited_from
\eZSOAPEnvelope::ENC  
Constant  SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance"
inheritedInherited from: \eZSOAPEnvelope::SCHEMA_INSTANCE
Constant  SCHEMA_DATA = "http://www.w3.org/2001/XMLSchema"
inheritedInherited from: \eZSOAPEnvelope::SCHEMA_DATA
Inherited_from
\eZSOAPEnvelope::SCHEMA_DATA  
Constant  ENV_PREFIX = "SOAP-ENV"
inheritedInherited from: \eZSOAPEnvelope::ENV_PREFIX
Inherited_from
\eZSOAPEnvelope::ENV_PREFIX  
Constant  ENC_PREFIX = "SOAP-ENC"
inheritedInherited from: \eZSOAPEnvelope::ENC_PREFIX
Inherited_from
\eZSOAPEnvelope::ENC_PREFIX  
Constant  XSI_PREFIX = "xsi"
inheritedInherited from: \eZSOAPEnvelope::XSI_PREFIX
Inherited_from
\eZSOAPEnvelope::XSI_PREFIX  
Constant  XSD_PREFIX = "xsd"
inheritedInherited from: \eZSOAPEnvelope::XSD_PREFIX
Inherited_from
\eZSOAPEnvelope::XSD_PREFIX  
Constant  INT = 1
inheritedInherited from: \eZSOAPEnvelope::INT
Inherited_from
\eZSOAPEnvelope::INT  
Constant  STRING = 2
inheritedInherited from: \eZSOAPEnvelope::STRING
Inherited_from
\eZSOAPEnvelope::STRING  

Properties

Propertypublic  $Body= ''
inheritedInherited from: \eZSOAPEnvelope::$$Body
Details
Type
n/a
Inherited_from
\eZSOAPEnvelope::$$Body  
Propertypublic  $BodyAttributes= 'array()'
Default valuearray()Details
Type
n/a
Propertypublic  $Header= ''
inheritedInherited from: \eZSOAPEnvelope::$$Header
Details
Type
n/a
Inherited_from
\eZSOAPEnvelope::$$Header  
Propertypublic  $Name= ''
Details
Type
n/a
Propertypublic  $Namespace= ''
Details
Type
n/a
Propertypublic  $Parameters= 'array()'
Default valuearray()Details
Type
n/a

Methods

methodpublicaddBodyAttribute(  $name,  $value,  $prefix = false ) : void

Parameters
Name Type Description
$name
$value
$prefix
methodpublicaddParameter(  $name,  $value ) : void

Parameters
Name Type Description
$name
$value
methodpubliceZSOAPEnvelope( ) : void
inherited

Inherited from: \eZSOAPEnvelope::eZSOAPEnvelope()
methodpubliceZSOAPRequest(  $name = "",  $namespace = "",  $parameters = array() ) : void

Parameters
Name Type Description
$name
$namespace
$parameters
methodpublicname( ) : void

methodpublicns( ) : string

Returns the request target namespace.

Returns
Type Description
string
Details
Since
4.1.4 (renamed from namespace() for php 5.3 compatibility)  
methodpublicpayload( ) : void

Documentation was generated by DocBlox 0.18.1.