Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Loader/Autoloader/Interface.php
Go to the documentation of this file.
00001 <?php
00031 interface Zend_Loader_Autoloader_Interface
00032 {
00033     public function autoload($class);
00034 }
 All Data Structures Namespaces Files Functions Variables Enumerations