Zend Framework  1.12
Public Member Functions | Protected Member Functions | List of all members
Zend_Feed_Reader_Extension_Slash_Entry Class Reference

Public Member Functions

 getSection ()
 Get the entry section.
 
 getDepartment ()
 Get the entry department.
 
 getHitParade ()
 Get the entry hit_parade.
 
 getCommentCount ()
 Get the entry comments.
 
- Public Member Functions inherited from Zend_Feed_Reader_Extension_EntryAbstract
 __construct (DOMElement $entry, $entryKey, $type=null)
 Constructor.
 
 getDomDocument ()
 Get the DOM.
 
 getEncoding ()
 Get the Entry's encoding.
 
 getType ()
 Get the entry type.
 
 setXpath (DOMXPath $xpath)
 Set the XPath query.
 
 getXpath ()
 Get the XPath query object.
 
 toArray ()
 Serialize the entry to an array.
 
 getXpathPrefix ()
 Get the XPath prefix.
 
 setXpathPrefix ($prefix)
 Set the XPath prefix.
 

Protected Member Functions

 _getData ($name, $type= 'string')
 Get the entry data specified by name.
 
 _registerNamespaces ()
 Register Slash namespaces.
 
- Protected Member Functions inherited from Zend_Feed_Reader_Extension_EntryAbstract
 _registerNamespaces ()
 Register XML namespaces.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Feed_Reader_Extension_EntryAbstract
 $_data = array()
 
 $_domDocument = null
 
 $_entry = null
 
 $_entryKey = 0
 
 $_xpath = null
 
 $_xpathPrefix = ''
 

Member Function Documentation

_getData (   $name,
  $type = 'string' 
)
protected

Get the entry data specified by name.

Parameters
string$name
string$type
Returns
mixed|null
_registerNamespaces ( )
protected

Register Slash namespaces.

Returns
void
getCommentCount ( )

Get the entry comments.

Returns
int
getDepartment ( )

Get the entry department.

Returns
string|null
getHitParade ( )

Get the entry hit_parade.

Returns
array
getSection ( )

Get the entry section.

Returns
string|null