Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Loader/PluginLoader/Interface.php
Go to the documentation of this file.
00001 <?php
00032 interface Zend_Loader_PluginLoader_Interface
00033 {
00041     public function addPrefixPath($prefix, $path);
00042 
00050     public function removePrefixPath($prefix, $path = null);
00051 
00058     public function isLoaded($name);
00059 
00066     public function getClassName($name);
00067 
00074     public function load($name);
00075 }
 All Data Structures Namespaces Files Functions Variables Enumerations