Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/XmlRpc/Server/Cache.php
Go to the documentation of this file.
00001 <?php
00024 require_once 'Zend/Server/Cache.php';
00025 
00035 class Zend_XmlRpc_Server_Cache extends Zend_Server_Cache
00036 {
00040     protected static $_skipMethods = array(
00041         'system.listMethods',
00042         'system.methodHelp',
00043         'system.methodSignature',
00044         'system.multicall',
00045     );
00046 }
 All Data Structures Namespaces Files Functions Variables Enumerations