Feed/Writer.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Feed_Writer
- Version
- $Id: Writer.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Feed_Writer
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties

array $_extensions = array('entry' => array(), 'feed' => array(), 'entryRenderer' => array(), 'feedRenderer' => 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(), 'feed' => array(), 'entryRenderer' => array(), 'feedRenderer' => array())Details- Type
- array

\Zend_Loader_PluginLoader_Interface $_pluginLoader = nullPluginLoader instance used by component
nullDetails
Methods

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

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

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

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

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