
Public Member Functions | |
| _construct () | |
| addStoreFilter ($storeIds) | |
Definition at line 35 of file Collection.php.
| _construct | ( | ) |
Init collection
Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.
Definition at line 41 of file Collection.php.
00042 { 00043 $this->_init('sitemap/sitemap'); 00044 }
| addStoreFilter | ( | $ | storeIds | ) |
Filter collection by specified store ids
| array|int | $storeIds |
Definition at line 52 of file Collection.php.
00053 { 00054 $this->getSelect()->where('main_table.store_id IN (?)', $storeIds); 00055 return $this; 00056 }
1.5.8