Class Zend_Loader_PluginLoader
Generic plugin class loader
- Zend_Loader_PluginLoader implements Zend_Loader_PluginLoader_Interface
Package: Zend\Loader\PluginLoader
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Loader/PluginLoader.php
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Loader/PluginLoader.php
public
|
|
protected
string
|
|
public
|
|
public
false|array
|
|
public
boolean
|
|
public
|
#
removePrefixPath( string $prefix, string $path = null )
Remove a prefix (or prefixed-path) from the registry |
protected
string
|
|
public
|
|
public
string|false
|
|
public
string|false
|
|
public
string|false
|
|
public static
|
|
public static
string|null
|
|
protected static
|
protected static
string
|
$_includeFileCache |
|
#
Class map cache file |
protected
array
|
$_loadedPluginPaths | array() |
#
Instance loaded plugin paths |
protected
array
|
$_loadedPlugins | array() |
#
Instance loaded plugins |
protected
array
|
$_prefixToPaths | array() |
#
Instance registry property |
protected static
array
|
$_staticLoadedPluginPaths | array() |
#
Statically loaded plugin path mappings |
protected static
array
|
$_staticLoadedPlugins | array() |
#
Statically loaded plugins |
protected static
array
|
$_staticPrefixToPaths | array() |
#
Static registry property |
protected
string|null
|
$_useStaticRegistry | null |
#
Whether to use a statically named registry for loading plugins |