
Public Member Functions | |
| addRemoveFilter () | |
Protected Member Functions | |
| _construct () | |
Definition at line 35 of file Collection.php.
| _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 }
1.5.8