Class Mage_Core_Model_Website
Core Website model
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Core_Model_Website
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/Website.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/Website.php
protected
|
|
public
|
|
public
|
|
public
mixed
|
|
protected
|
|
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
integer
|
|
public
|
|
protected
|
|
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
integer
|
|
public
boolean
|
|
public
string
|
#
getWebsiteGroupStore( )
Retrieve unique website-group-store key for collection with groups and stores |
public
|
|
public
|
|
protected
|
|
protected
|
|
public
string
|
|
public
|
|
public
|
|
public
Varien_Db_Select
|
#
getDefaultStoresSelect( mixed $withDefault = false )
Retrieve default stores select object Select fields website_id, store_id |
public
boolean
|
string |
ENTITY
|
'core_website' |
|
string |
CACHE_TAG
|
'website' |
protected
string
|
$_cacheTag | true |
#
Model cache tag for clear cache in after save and after delete |
protected
string
|
$_eventPrefix | 'website' |
|
protected
string
|
$_eventObject | 'website' |
|
protected
array
|
$_configCache | array() |
#
Cache configuration array |
protected
array
|
$_groups |
|
#
Website Group Coleection array |
protected
array
|
$_groupIds | array() |
#
Website group ids array |
protected
integer
|
$_groupsCount |
|
#
The number of groups in a website |
protected
array
|
$_stores |
|
#
Website Store collection array |
protected
array
|
$_storeIds | array() |
#
Website store ids array |
protected
array
|
$_storeCodes | array() |
#
Website store codes array |
protected
integer
|
$_storesCount | 0 |
#
The number of stores in a website |
protected
|
$_defaultGroup |
|
#
Website default group |
protected
|
$_defaultStore |
|
#
Website default store |
protected
boolean
|
$_isCanDelete |
|
#
is can delete website |
private
boolean
|
$_isReadOnly | false |
$_dataSaveAllowed,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|