[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 75 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Loader_PluginLoader_Interface:: (5 methods):
addPrefixPath()
removePrefixPath()
isLoaded()
getClassName()
load()
Interface: Zend_Loader_PluginLoader_Interface - X-Ref
Plugin class loader interfaceaddPrefixPath($prefix, $path) X-Ref |
Add prefixed paths to the registry of paths param: string $prefix param: string $path return: Zend_Loader_PluginLoader |
removePrefixPath($prefix, $path = null) X-Ref |
Remove a prefix (or prefixed-path) from the registry param: string $prefix param: string $path OPTIONAL return: Zend_Loader_PluginLoader |
isLoaded($name) X-Ref |
Whether or not a Helper by a specific name param: string $name return: Zend_Loader_PluginLoader |
getClassName($name) X-Ref |
Return full class name for a named helper param: string $name return: string |
load($name) X-Ref |
Load a helper via the name provided param: string $name return: string |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |