コード例 #1
0
 /**
  * Get website collection with stores and store-views joined
  *
  * @return Mage_Core_Model_Resource_Website_Collection
  */
 public function getCollection()
 {
     return $this->_websiteCollection->joinGroupAndStore();
 }