Mage_Dataflow_Model_Mysql4_Profile_Collection Class Reference

Inheritance diagram for Mage_Dataflow_Model_Mysql4_Profile_Collection:

Mage_Core_Model_Mysql4_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 addStoreFilter ($storeIds)

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 34 of file Collection.php.


Member Function Documentation

_construct (  )  [protected]

Initialization here

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 36 of file Collection.php.

00037     {
00038         $this->_init('dataflow/profile');
00039     }

addStoreFilter ( storeIds  ) 

Filter collection by specified store ids

Parameters:
array|int $storeIds
Returns:
Mage_Dataflow_Model_Mysql4_Profile_Collection

Definition at line 47 of file Collection.php.

00048     {
00049         $this->getSelect()->where('main_table.store_id IN (?)', $storeIds);
00050         return $this;
00051     }


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

Generated on Sat Jul 4 17:24:06 2009 for Magento by  doxygen 1.5.8