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

Class: SOAP_WSDL_Cache

Source Location: /SOAP-0.9.0/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 Details

[line 808]
Common base class of all SOAP classes.


[ Top ]


Method Detail

SOAP_WSDL_Cache (Constructor)   [line 833]

SOAP_WSDL_Cache SOAP_WSDL_Cache( [boolean $cacheUse = WSDL_CACHE_USE], [int $cacheMaxAge = WSDL_CACHE_MAX_AGE])

SOAP_WSDL_Cache constructor
  • Access: public

Parameters:

boolean   $cacheUse     use caching
int   $cacheMaxAge     cache max lifetime (in seconds)

[ Top ]

get   [line 863]

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, 30 May 2005 17:20:33 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.