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.

\Zend_Feed_Entry_Interface
$_entry= 'null'
Entry instance
null
Details
__call(
string $method, array $args
)
:
mixed
Method overloading: call given method on first extension implementing it
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
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)
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_Feed_Reader_Extension_EntryAbstract |