예제 #1
0
파일: Loader.php 프로젝트: kandy/system
 /**
  *	Set plugin loader
  * @param Zend_Loader_PluginLoader_Interface $pluginLoader
  */
 public static function setPluginLoader(Zend_Loader_PluginLoader_Interface $pluginLoader = null)
 {
     self::$pluginLoader = $pluginLoader;
 }