Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

array
$_extensions= 'array(
'entry' => array()'
Array of registered extensions by class postfix (after the base class name) across four categories - data containers and renderers for entry and feed levels.
array(
'entry' => array()
Details
\Zend_Loader_PluginLoader_Interface
$_pluginLoader= 'null'
PluginLoader instance used by component

addPrefixPath(
string $prefix, string $path
)
:
void
Add prefix path for loading Extensions
Name | Type | Description |
---|---|---|
$prefix | string | |
$path | string |

addPrefixPaths(
array $spec
)
:
void
Add multiple Extension prefix paths at once
Name | Type | Description |
---|---|---|
$spec | array |

getPluginLoader(
)
:
\Zend_Loader_PluginLoader_Interface
Get plugin loader for use with Extensions
Type | Description |
---|---|
\Zend_Loader_PluginLoader_Interface |

isRegistered(
string $extensionName
)
:
boolean
Is a given named Extension registered?
Name | Type | Description |
---|---|---|
$extensionName | string |
Type | Description |
---|---|
boolean |

registerExtension(
string $name
)
:
void
Register an Extension by name
Name | Type | Description |
---|---|---|
$name | string |
Exception | Description |
---|---|
\Zend_Feed_Exception | if unable to resolve Extension class |