Zend Framework  1.12
Static Protected Attributes | List of all members
Zend_XmlRpc_Server_Cache Class Reference

Static Protected Attributes

static $_skipMethods
 
- Static Protected Attributes inherited from Zend_Server_Cache
static $_skipMethods = array()
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Server_Cache
static save ($filename, Zend_Server_Interface $server)
 Cache a file containing the dispatch list.
 
static get ($filename, Zend_Server_Interface $server)
 Load server definition from a file.
 
static delete ($filename)
 Remove a cache file.
 

Member Data Documentation

$_skipMethods
staticprotected
Initial value:
= array(
'system.listMethods',
'system.methodHelp',
'system.methodSignature',
'system.multicall',
)