Feed/Reader/EntryAbstract.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_Reader
- Version
- $Id: EntryAbstract.php 25024 2012-07-30 15:08:15Z rob $
\Zend_Feed_Reader_EntryAbstract
Package: Zend\Feed\Reader
- Children
- \Zend_Feed_Reader_Entry_Rss
- \Zend_Feed_Reader_Entry_Atom
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


\Zend_Feed_Entry_Interface $_entry = null
Entry instance
Default value
null
Details- Type
- \Zend_Feed_Entry_Interface
Methods


__call(string $method, array $args) : mixed
Method overloading: call given method on first extension implementing it
Parameters
Returns
Throws
Name | Type | Description |
---|---|---|
$method | string | |
$args | array |
Type | Description |
---|---|
mixed |
Exception | Description |
---|---|
\Zend_Feed_Exception | if no extensions implements the method |


__construct(\DOMElement $entry, int $entryKey, string $type = null) : void
Constructor
Parameters
Name | Type | Description |
---|---|---|
$entry | \DOMElement | |
$entryKey | int | |
$type | string |


getExtension(string $name) : \Zend_Feed_Reader_Extension_EntryAbstract
Return an Extension object with the matching name (postfixed with _Entry)
Parameters
Returns
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_Feed_Reader_Extension_EntryAbstract |