Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-customer
Model
Session
Storage.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Customer\Model\Session
;
9
10
class
Storage
extends
\Magento\Framework\Session\Storage
11
{
18
public
function
__construct
(
19
\
Magento
\
Customer
\Model\
Config
\
Share
$configShare,
20
\
Magento
\
Store
\Model\
StoreManagerInterface
$storeManager
,
21
$namespace
=
'customer'
,
22
array
$data
= []
23
) {
24
if
($configShare->isWebsiteScope()) {
25
$namespace
.=
'_'
.
$storeManager
->getWebsite()->getCode();
26
}
27
parent::__construct(
$namespace
,
$data
);
28
}
29
}
Magento\Customer\Model\Session
Definition:
Storage.php:8
$storeManager
$storeManager
Definition:
paypal_quote.php:14
Magento\Framework\Session\Storage
Definition:
Storage.php:10
Magento\Customer\Model\Session\Storage
Definition:
Storage.php:10
Magento\Store\Model\StoreManagerInterface
Definition:
StoreManagerInterface.php:17
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento\Framework\Session\Storage\$namespace
$namespace
Definition:
Storage.php:17
Magento
Magento\Customer\Model\Config\Share
Definition:
Share.php:13
Magento\Store\Model\Store
Definition:
Store.php:38
Magento\Customer\Model\Session\Storage\__construct
__construct(\Magento\Customer\Model\Config\Share $configShare, \Magento\Store\Model\StoreManagerInterface $storeManager, $namespace='customer', array $data=[])
Definition:
Storage.php:18
Magento\Framework\App\ResourceConnection\Config
Definition:
Config.php:14
Magento\Customer\Model\Customer
Definition:
Customer.php:46