|
Moodle
2.2.1
http://www.collinsharper.com
|
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 }