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

Class: SOAP_WSDL_Cache

Source Location: /SOAP-0.13.0/SOAP/WSDL.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_WSDL_Cache

Common base class of all SOAP classes.


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: SOAP_Base

SOAP_Base::SOAP_Base()
Constructor.
SOAP_Base::makeEnvelope()
Creates the SOAP envelope with the SOAP envelop data.
SOAP_Base::setDefaultNamespace()
Sets the default namespace.
SOAP_Base::setTypeTranslation()
Explicitly sets the translation for a specific class.
SOAP_Base::SOAPENCPrefix()
Sets the SOAP-ENC prefix and returns the current value.
SOAP_Base::SOAPENVPrefix()
Sets the SOAP-ENV prefix and returns the current value.

Class: SOAP_Base_Object

SOAP_Base_Object::SOAP_Base_Object()
Constructor.

Class Details

[line 973]
Common base class of all SOAP classes.
  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates


[ Top ]


Method Detail

SOAP_WSDL_Cache (Constructor)   [line 1002]

SOAP_WSDL_Cache SOAP_WSDL_Cache( [ $cacheUse = false], [integer $cacheMaxAge = WSDL_CACHE_MAX_AGE], [ $cacheDir = null], boolean $cashUse)

Constructor.

Parameters:

boolean   $cashUse   —  Use caching?
integer   $cacheMaxAge   —  Cache maximum lifetime (in seconds)
   $cacheUse   — 
   $cacheDir   — 

[ Top ]

get   [line 1043]

string get( string $wsdl_fname, [array $proxy_params = array()], [int $cache = 0])

Retrieves a file from cache if it exists, otherwise retreive from net, add to cache, and return from cache.
  • Return: data
  • Access: public

Parameters:

string   $wsdl_fname   —  URL to WSDL
array   $proxy_params   —  proxy parameters
int   $cache   —  expected MD5 of WSDL URL

[ Top ]


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