Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Server/Interface.php
Go to the documentation of this file.
00001 <?php
00030 interface Zend_Server_Interface
00031 {
00044     public function addFunction($function, $namespace = '');
00045 
00065     public function setClass($class, $namespace = '', $argv = null);
00066 
00074     public function fault($fault = null, $code = 404);
00075 
00086     public function handle($request = false);
00087 
00098     public function getFunctions();
00099 
00108     public function loadFunctions($definition);
00109 
00117     public function setPersistence($mode);
00118 }
 All Data Structures Namespaces Files Functions Variables Enumerations