Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_AdminNotification_Helper_Data
  • Mage_AdminNotification_Model_Feed
  • Mage_AdminNotification_Model_Inbox
  • Mage_AdminNotification_Model_Mysql4_Inbox
  • Mage_AdminNotification_Model_Mysql4_Inbox_Collection
  • Mage_AdminNotification_Model_Observer
  • Mage_AdminNotification_Model_Resource_Inbox
  • Mage_AdminNotification_Model_Resource_Inbox_Collection
  • Mage_AdminNotification_Model_Survey
  • Overview
  • Package
  • Class
  • Tree

Class Mage_AdminNotification_Model_Feed

AdminNotification Feed model

Varien_Object
Extended by Mage_Core_Model_Abstract
Extended by Mage_AdminNotification_Model_Feed
Package: Mage\AdminNotification
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/AdminNotification/Model/Feed.php
Methods summary
protected
# _construct( )

Init model

Init model

public string
# getFeedUrl( )

Retrieve feed url

Retrieve feed url

Returns

string
public Mage_AdminNotification_Model_Feed
# checkUpdate( )

Check feed for modification

Check feed for modification

Returns

Mage_AdminNotification_Model_Feed
public string
# getDate( string $rssDate )

Retrieve DB date from RSS date

Retrieve DB date from RSS date

Parameters

$rssDate
string
$rssDate

Returns

string
YYYY-MM-DD YY:HH:SS
public integer
# getFrequency( )

Retrieve Update Frequency

Retrieve Update Frequency

Returns

integer
public integer
# getLastUpdate( )

Retrieve Last update time

Retrieve Last update time

Returns

integer
public Mage_AdminNotification_Model_Feed
# setLastUpdate( )

Set last update time (now)

Set last update time (now)

Returns

Mage_AdminNotification_Model_Feed
public SimpleXMLElement
# getFeedData( )

Retrieve feed data as XML element

Retrieve feed data as XML element

Returns

SimpleXMLElement
public
# getFeedXml( )
Methods inherited from Mage_Core_Model_Abstract
_afterDelete(), _afterDeleteCommit(), _afterLoad(), _afterSave(), _beforeDelete(), _beforeLoad(), _beforeSave(), _clearData(), _clearReferences(), _getEventData(), _getResource(), _hasModelChanged(), _init(), _protectFromNonAdmin(), _setResourceModel(), afterCommitCallback(), afterLoad(), cleanModelCache(), clearInstance(), delete(), getCacheIdTags(), getCacheTags(), getCollection(), getEntityId(), getId(), getIdFieldName(), getResource(), getResourceCollection(), getResourceName(), isObjectNew(), load(), save(), setId()
Constants summary
string XML_USE_HTTPS_PATH 'system/adminnotification/use_https'
#
string XML_FEED_URL_PATH 'system/adminnotification/feed_url'
#
string XML_FREQUENCY_PATH 'system/adminnotification/frequency'
#
string XML_LAST_UPDATE_PATH 'system/adminnotification/last_update'
#
Properties summary
protected string $_feedUrl
#

Feed url

Feed url

Properties inherited from Mage_Core_Model_Abstract
$_cacheTag, $_dataSaveAllowed, $_eventObject, $_eventPrefix, $_isObjectNew, $_resource, $_resourceCollectionName, $_resourceName
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0