Class Mage_Adminhtml_Model_System_Store
Adminhtml System Store Model
- Varien_Object
- Mage_Adminhtml_Model_System_Store
Package: Mage\Adminhtml
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/Adminhtml/Model/System/Store.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/Adminhtml/Model/System/Store.php
public
|
|
protected
array
|
|
protected
array
|
|
protected
array
|
|
public
array
|
#
getStoreValuesForForm( boolean $empty = false, boolean $all = false )
Retrieve store values for form |
public
array
|
#
getStoresStructure( boolean $isAll = false, array $storeIds = array(), array $groupIds = array(), array $websiteIds = array() )
Retrieve stores structure |
public
array
|
#
getWebsiteValuesForForm( boolean $empty = false, boolean $all = false )
Website label/value array getter, compatible with form dropdown options |
public
array
|
#
getWebsiteOptionHash( boolean $withDefault = false, string $attribute = 'name' )
Get websites as id => name associative array |
public
array
|
#
getStoreOptionHash( boolean $withDefault = false, string $attribute = 'name' )
Get store views as id => name associative array |
public
array
|
#
getStoreGroupOptionHash( string $attribute = 'name' )
Get store groups as id => name associative array |
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
|
|
public
string
|
|
public
|
protected
array
|
$_websiteCollection | array() |
#
Website collection websiteId => Mage_Core_Model_Website |
protected
array
|
$_groupCollection | array() |
#
Group collection groupId => Mage_Core_Model_Store_Group |
protected
array
|
$_storeCollection |
|
#
Store collection storeId => Mage_Core_Model_Store |
private
boolean
|
$_isAdminScopeAllowed | true |