Protected Member Functions | |
_construct () |
Definition at line 34 of file Collection.php.
_construct | ( | ) | [protected] |
Initialize collection
Reimplemented from Mage_Eav_Model_Entity_Collection_Abstract.
Definition at line 36 of file Collection.php.
00037 { 00038 $this->setEntity(Mage::getResourceSingleton('customer/wishlist')); 00039 }