Class Mage_Core_Model_Store_Group
Store group model
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Core_Model_Store_Group
Package: Mage\Core
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Model/Store/Group.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Model/Store/Group.php
protected
|
|
protected
|
|
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
|
|
public
|
|
public
|
#
getDefaultStoreByLocale( string $locale )
Get most suitable store by locale If no store with given locale is found - default store is returned If group has no stores - null is returned |
public
array
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
protected
|
|
public
boolean
|
string |
ENTITY
|
'store_group' |
|
string |
CACHE_TAG
|
'store_group' |
protected
string
|
$_cacheTag | true |
#
Model cache tag for clear cache in after save and after delete |
protected
string
|
$_eventPrefix | 'store_group' |
|
protected
string
|
$_eventObject | 'store_group' |
|
protected
array
|
$_stores |
|
#
Group Store collection array |
protected
array
|
$_storeIds | array() |
#
Group store ids array |
protected
array
|
$_storeCodes | array() |
#
Group store codes array |
protected
integer
|
$_storesCount | 0 |
#
The number of stores in a group |
protected
|
$_defaultStore |
|
#
Group default store |
protected
|
$_website |
|
#
Website model |
private
boolean
|
$_isReadOnly | false |
$_dataSaveAllowed,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|