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_Inbox

AdminNotification Inbox model

Varien_Object
Extended by Mage_Core_Model_Abstract
Extended by Mage_AdminNotification_Model_Inbox
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/Inbox.php
Methods summary
protected
# _construct( )
public array|string
# getSeverities( mixed $severity = null )

Retrieve Severity collection array

Retrieve Severity collection array

Returns

array|string
public Mage_AdminNotification_Model_Inbox
# loadLatestNotice( )

Retrieve Latest Notice

Retrieve Latest Notice

Returns

Mage_AdminNotification_Model_Inbox
public array
# getNoticeStatus( )

Retrieve notice statuses

Retrieve notice statuses

Returns

array
public Mage_AdminNotification_Model_Inbox
# parse( array $data )

Parse and save new data

Parse and save new data

Parameters

$data
array
$data

Returns

Mage_AdminNotification_Model_Inbox
public Mage_AdminNotification_Model_Inbox
# add( integer $severity, string $title, string|array $description, string $url = '', boolean $isInternal = true )

Add new message

Add new message

Parameters

$severity
integer
$severity
$title
string
$title
$description
string|array
$description
$url
string
$url
$isInternal
boolean
$isInternal

Returns

Mage_AdminNotification_Model_Inbox
public Mage_AdminNotification_Model_Inbox
# addCritical( string $title, string|array $description, string $url = '', boolean $isInternal = true )

Add critical severity message

Add critical severity message

Parameters

$title
string
$title
$description
string|array
$description
$url
string
$url
$isInternal
boolean
$isInternal

Returns

Mage_AdminNotification_Model_Inbox
public Mage_AdminNotification_Model_Inbox
# addMajor( string $title, string|array $description, string $url = '', boolean $isInternal = true )

Add major severity message

Add major severity message

Parameters

$title
string
$title
$description
string|array
$description
$url
string
$url
$isInternal
boolean
$isInternal

Returns

Mage_AdminNotification_Model_Inbox
public Mage_AdminNotification_Model_Inbox
# addMinor( string $title, string|array $description, string $url = '', boolean $isInternal = true )

Add minor severity message

Add minor severity message

Parameters

$title
string
$title
$description
string|array
$description
$url
string
$url
$isInternal
boolean
$isInternal

Returns

Mage_AdminNotification_Model_Inbox
public Mage_AdminNotification_Model_Inbox
# addNotice( string $title, string|array $description, string $url = '', boolean $isInternal = true )

Add notice

Add notice

Parameters

$title
string
$title
$description
string|array
$description
$url
string
$url
$isInternal
boolean
$isInternal

Returns

Mage_AdminNotification_Model_Inbox
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
integer SEVERITY_CRITICAL 1
#
integer SEVERITY_MAJOR 2
#
integer SEVERITY_MINOR 3
#
integer SEVERITY_NOTICE 4
#
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