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
framework
Session
Config
ConfigInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Framework\Session\Config
;
9
14
interface
ConfigInterface
15
{
22
public
function
setOptions
(
$options
);
23
29
public
function
getOptions
();
30
38
public
function
setOption
(
$option
,
$value
);
39
46
public
function
getOption
(
$option
);
47
53
public
function
toArray
();
54
61
public
function
setName
(
$name
);
62
68
public
function
getName
();
69
76
public
function
setSavePath
($savePath);
77
83
public
function
getSavePath
();
84
91
public
function
setCookieLifetime
($cookieLifetime);
92
98
public
function
getCookieLifetime
();
99
106
public
function
setCookiePath
($cookiePath);
107
113
public
function
getCookiePath
();
114
121
public
function
setCookieDomain
($cookieDomain);
122
128
public
function
getCookieDomain
();
129
136
public
function
setCookieSecure
($cookieSecure);
137
144
public
function
getCookieSecure
();
145
152
public
function
setCookieHttpOnly
($cookieHttpOnly);
153
160
public
function
getCookieHttpOnly
();
161
168
public
function
setUseCookies
($useCookies);
169
176
public
function
getUseCookies
();
177
}
Magento\Framework\Session\Config\ConfigInterface\getCookiePath
getCookiePath()
Magento\Framework\Session\Config\ConfigInterface\getSavePath
getSavePath()
Magento\Framework\Session\Config\ConfigInterface\setSavePath
setSavePath($savePath)
Magento\Framework\Session\Config\ConfigInterface\getCookieLifetime
getCookieLifetime()
Magento\Framework\Session\Config\ConfigInterface\setUseCookies
setUseCookies($useCookies)
Magento\Framework\Session\Config\ConfigInterface\setName
setName($name)
$value
$value
Definition:
gender.phtml:16
Magento\Framework\Session\Config\ConfigInterface\setCookiePath
setCookiePath($cookiePath)
Magento\Framework\Session\Config\ConfigInterface\setOption
setOption($option, $value)
Magento\Framework\Session\Config\ConfigInterface\getOptions
getOptions()
Magento\Framework\Session\Config
Definition:
ConfigInterface.php:8
Magento\Framework\Session\Config\ConfigInterface\getName
getName()
Magento\Framework\Session\Config\ConfigInterface\getUseCookies
getUseCookies()
Magento\Framework\Session\Config\ConfigInterface\getCookieDomain
getCookieDomain()
Magento\Framework\Session\Config\ConfigInterface\getOption
getOption($option)
Magento\Framework\Session\Config\ConfigInterface
Definition:
ConfigInterface.php:14
Magento\Framework\Session\Config\ConfigInterface\setCookieLifetime
setCookieLifetime($cookieLifetime)
Magento\Framework\Session\Config\ConfigInterface\setCookieDomain
setCookieDomain($cookieDomain)
Magento\Framework\Session\Config\ConfigInterface\setCookieSecure
setCookieSecure($cookieSecure)
Magento\Framework\Session\Config\ConfigInterface\toArray
toArray()
Magento\Framework\Session\Config\ConfigInterface\getCookieSecure
getCookieSecure()
Magento\Framework\Session\Config\$options
$options
Definition:
Config.php:51
Magento\Framework\Session\Config\ConfigInterface\setCookieHttpOnly
setCookieHttpOnly($cookieHttpOnly)
$option
$option
Definition:
product_configurable_with_single_child.php:38
Magento\Framework\Session\Config\ConfigInterface\setOptions
setOptions($options)
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14
Magento\Framework\Session\Config\ConfigInterface\getCookieHttpOnly
getCookieHttpOnly()