Zend_Loader_PluginLoader
Zend_Loader_PluginLoader
__construct
([ $prefixToPaths = array()], [string $staticRegistryName = null])
static string
$_includeFileCache
(line 44)
Class map cache file
static array
$_staticLoadedPluginPaths
= array() (line 72)
Statically loaded plugin path mappings
static array
$_staticLoadedPlugins
= array() (line 79)
Statically loaded plugins
static array
$_staticPrefixToPaths
= array() (line 86)
Static registry property
array
$_loadedPluginPaths
= array() (line 51)
Instance loaded plugin paths
array
$_loadedPlugins
= array() (line 58)
Instance loaded plugins
array
$_prefixToPaths
= array() (line 65)
Instance registry property
string|null
$_useStaticRegistry
= null (line 93)
Whether to use a statically named registry for loading plugins
static getIncludeFileCache (line 461)
Retrieve class file cache path
static setIncludeFileCache (line 433)
Set path to class file cache
Specify a path to a file that will add include_once statements for each plugin class loaded. This is an opt-in feature for performance purposes.
static _appendIncFile (line 472)
Append an include_once statement to the class file cache
Constructor __construct (line 101)
Constructor
addPrefixPath (line 145)
Add prefixed paths to the registry of paths
clearPaths (line 206)
Clear path stack
getClassName (line 304)
Return full class name for a named plugin
getClassPath (line 324)
Get path to plugin class
getPaths (line 174)
Get path stack
isLoaded (line 288)
Whether or not a Plugin by a specific name is loaded
load (line 360)
Load a plugin via the name provided
removePrefixPath (line 243)
Remove a prefix (or prefixed-path) from the registry
_formatName (line 277)
Normalize plugin name
_formatPrefix (line 124)
Format prefix for internal use
Documentation generated on Mon, 21 Jun 2010 15:39:06 -0400 by phpDocumentor 1.4.3