|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Structures | |
| class | CookieMetadata |
| class | CookieMetadataFactory |
| interface | CookieReaderInterface |
| class | CookieScope |
| interface | CookieScopeInterface |
| class | CookieScopeTest |
| class | CookieSizeLimitReachedException |
| class | FailureToSendException |
| class | PhpCookieManager |
| class | PhpCookieManagerTest |
| class | PhpCookieReader |
| class | PhpCookieReaderTest |
| class | PublicCookieMetadata |
| class | SensitiveCookieMetadata |
Functions | |
| setcookie ($name, $value, $expiry, $path, $domain, $secure, $httpOnly) | |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
| Magento\Framework\Stdlib\Cookie\setcookie | ( | $name, | |
| $value, | |||
| $expiry, | |||
| $path, | |||
| $domain, | |||
| $secure, | |||
| $httpOnly | |||
| ) |
Mock global setcookie function
| string | $name | |
| string | $value | |
| int | $expiry | |
| string | $path | |
| string | $domain | |
| bool | $secure | |
| bool | $httpOnly |
Definition at line 23 of file setcookie_mock.php.