API Documentation

Feed/Reader/Extension/EntryAbstract.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Reader
version
$Id: EntryAbstract.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Feed_Reader_Extension_EntryAbstract

Description

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_Reader_Extension_EntryAbstract

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Reader
Properties
$_data
$_domDocument
$_entry
$_entryKey
$_xpath
$_xpathPrefix
Methods
__construct
getDomDocument
getEncoding
getType
setXpath
getXpath
toArray
getXpathPrefix
setXpathPrefix
_registerNamespaces

Description

Properties

$_data

array $_data = 'array'

Feed entry data

Details

$_data
array
visibility
protected
default
array
final
false
static
false

$_domDocument

DOMDocument $_domDocument = 'null'

DOM document object

Details

$_domDocument
DOMDocument
visibility
protected
default
null
final
false
static
false

$_entry

Zend_Feed_Entry_Abstract $_entry = 'null'

Entry instance

Details

$_entry
Zend_Feed_Entry_Abstract
visibility
protected
default
null
final
false
static
false

$_entryKey

int $_entryKey = '0'

Pointer to the current entry

Details

$_entryKey
int
visibility
protected
default
0
final
false
static
false

$_xpath

DOMXPath $_xpath = 'null'

XPath object

Details

$_xpath
DOMXPath
visibility
protected
default
null
final
false
static
false

$_xpathPrefix

string $_xpathPrefix = ''

XPath query

Details

$_xpathPrefix
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_Feed_Entry_Abstract $entry, int $entryKey, string $type = null ) : void

Constructor

Arguments
$entry
Zend_Feed_Entry_Abstract
$entryKey
int
$type
string
Details
visibility
public
final
false
static
false

_registerNamespaces

_registerNamespaces( ) : void

Register XML namespaces

Details
visibility
protected
final
false
static
false

getDomDocument

getDomDocument( ) : DOMDocument

Get the DOM

Output
DOMDocument
Details
visibility
public
final
false
static
false

getEncoding

getEncoding( ) : string

Get the Entry's encoding

Output
string
Details
visibility
public
final
false
static
false

getType

getType( ) : string

Get the entry type

Output
string
Details
visibility
public
final
false
static
false

getXpath

getXpath( ) : DOMXPath

Get the XPath query object

Output
DOMXPath
Details
visibility
public
final
false
static
false

getXpathPrefix

getXpathPrefix( ) : string

Get the XPath prefix

Output
string
Details
visibility
public
final
false
static
false

setXpath

setXpath( DOMXPath $xpath ) : Zend_Feed_Reader_Extension_EntryAbstract

Set the XPath query

Arguments
$xpath
DOMXPath
Details
visibility
public
final
false
static
false

setXpathPrefix

setXpathPrefix( string $prefix ) : Zend_Feed_Reader_Extension_EntryAbstract

Set the XPath prefix

Arguments
$prefix
string
Details
visibility
public
final
false
static
false

toArray

toArray( ) : array

Serialize the entry to an array

Output
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.