1C-Bitrix 25.700.0
|
Открытые члены | |
copyAttributesTo (Cookie $cookie) | |
Открытые члены унаследованные от Cookie | |
__construct ($name, $value, $expires=null, $addPrefix=true) | |
getDomain () | |
getOriginalName () | |
setSpread ($spread) | |
getSpread () | |
Открытые члены унаследованные от Cookie | |
__construct (string $name, ?string $value, int $expires=0) | |
setDomain (string $domain) | |
setExpires (int $expires) | |
getExpires () | |
setHttpOnly (bool $httpOnly) | |
getHttpOnly () | |
setName (string $name) | |
getName () | |
setPath (string $path) | |
getPath () | |
setSecure (bool $secure) | |
getSecure () | |
setValue (?string $value) | |
getValue () | |
setSameSite (?string $sameSite) | |
getSameSite () |
Дополнительные унаследованные члены | |
Открытые статические члены унаследованные от Cookie | |
static | getCookieDomain () |
static | normalizeName (string $name) |
Поля данных унаследованные от Cookie | |
const | SPREAD_SITES = 1 |
const | SPREAD_DOMAIN = 2 |
Поля данных унаследованные от Cookie | |
const | SAME_SITE_NONE = 'None' |
const | SAME_SITE_LAX = 'Lax' |
const | SAME_SITE_STRICT = 'Strict' |
Защищенные члены унаследованные от Cookie | |
setDefaultsFromConfig () | |
Защищенные статические члены унаследованные от Cookie | |
static | generateCookieName ($name) |
Защищенные данные унаследованные от Cookie | |
$spread | |
$originalName | |
Защищенные данные унаследованные от Cookie | |
$domain | |
$expires | |
$httpOnly = true | |
$name | |
$path = '/' | |
$secure = false | |
$value | |
$sameSite |
Class CryptoCookie Declares the class for working with cookies which values are encrypted.
См. определение в файле cryptocookie.php строка 9
copyAttributesTo | ( | Cookie | $cookie | ) |
Copies attributes from another cookie to this one.
Cookie | $cookie | Cookie to copy attributes from. |
См. определение в файле cryptocookie.php строка 16