Mage_AdminNotification_Model_Mysql4_Inbox_Collection Class Reference

Inheritance diagram for Mage_AdminNotification_Model_Mysql4_Inbox_Collection:

Mage_Core_Model_Mysql4_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 addRemoveFilter ()

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 35 of file Collection.php.


Member Function Documentation

_construct (  )  [protected]

Initialization here

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 37 of file Collection.php.

00038     {
00039         $this->_init('adminnotification/inbox');
00040     }

addRemoveFilter (  ) 

Definition at line 42 of file Collection.php.

00043     {
00044         $this->getSelect()
00045             ->where('is_remove=?', 0);
00046         return $this;
00047     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:30 2009 for Magento by  doxygen 1.5.8