1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
storageinterface.php
См. документацию.
1
<?php
2
namespace
Bitrix\Main\Data\LocalStorage\Storage;
3
4
interface
StorageInterface
5
{
11
public
function
read
(
string
$key
,
int
$ttl);
12
13
public
function
write
(
string
$key
, $value,
int
$ttl);
14
}
Bitrix\Main\Data\LocalStorage\Storage\StorageInterface
Определения
storageinterface.php:5
Bitrix\Main\Data\LocalStorage\Storage\StorageInterface\read
read(string $key, int $ttl)
Bitrix\Main\Data\LocalStorage\Storage\StorageInterface\write
write(string $key, $value, int $ttl)
$key
if(empty($signedUserToken)) $key
Определения
quickway.php:257
bitrix
modules
main
lib
data
localstorage
storage
storageinterface.php
Создано системой
1.14.0