• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Loader/PluginLoader/Interface.php

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 }

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2