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

Public Member Functions

 getUpdatePeriod ()
 Get update period.
 
 getUpdateFrequency ()
 Get update frequency.
 
 getUpdateFrequencyAsTicks ()
 Get update frequency as ticks.
 
 getUpdateBase ()
 Get update base.
 
- Public Member Functions inherited from Zend_Feed_Reader_Extension_FeedAbstract
 __construct (DomDocument $dom, $type=null, DOMXPath $xpath=null)
 Constructor.
 
 getDomDocument ()
 Get the DOM.
 
 getEncoding ()
 Get the Feed's encoding.
 
 getType ()
 Get the feed type.
 
 toArray ()
 Return the feed as an array.
 
 setXpath (DOMXPath $xpath)
 Set the XPath query.
 
 getXpath ()
 Get the DOMXPath object.
 
 getXpathPrefix ()
 Get the XPath prefix.
 
 setXpathPrefix ($prefix)
 Set the XPath prefix.
 

Protected Member Functions

 _registerNamespaces ()
 Register Syndication namespaces.
 
- Protected Member Functions inherited from Zend_Feed_Reader_Extension_FeedAbstract
 _registerNamespaces ()
 Register the default namespaces for the current feed format.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Feed_Reader_Extension_FeedAbstract
 $_data = array()
 
 $_domDocument = null
 
 $_xpath = null
 
 $_xpathPrefix = ''
 

Member Function Documentation

_registerNamespaces ( )
protected

Register Syndication namespaces.

Returns
void
getUpdateBase ( )

Get update base.

Returns
Zend_Date|null
getUpdateFrequency ( )

Get update frequency.

Returns
int
getUpdateFrequencyAsTicks ( )

Get update frequency as ticks.

Returns
int
getUpdatePeriod ( )

Get update period.

Returns
string