Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Интерфейс SessionInterface
+ Граф наследования:SessionInterface:

Открытые члены

 start ()
 
 destroy ()
 
 getId ()
 
 setId ($id)
 
 regenerateId ()
 
 getName ()
 
 setName ($name)
 
 save ()
 
 has ($name)
 
 get ($name)
 
 set ($name, $value)
 
 remove ($name)
 
 clear ()
 
 isStarted ()
 
 isAccessible ()
 
 getSessionHandler ()
 

Подробное описание

См. определение в файле sessioninterface.php строка 5

Методы

◆ clear()

clear ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ destroy()

destroy ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ get()

get ( $name)

Замещается в KernelSessionProxy.

◆ getId()

getId ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ getName()

getName ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ getSessionHandler()

getSessionHandler ( )

Замещается в KernelSession и Session.

◆ has()

has ( $name)

Замещается в KernelSessionProxy.

◆ isAccessible()

isAccessible ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ isStarted()

isStarted ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ regenerateId()

regenerateId ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ remove()

remove ( $name)

Замещается в KernelSessionProxy.

◆ save()

save ( )

Замещается в KernelSession, KernelSessionProxy и Session.

◆ set()

set ( $name,
$value )

Замещается в KernelSessionProxy.

◆ setId()

setId ( $id)

Замещается в KernelSession, KernelSessionProxy и Session.

◆ setName()

setName ( $name)

Замещается в KernelSession, KernelSessionProxy и Session.

◆ start()

start ( )

Замещается в KernelSession, KernelSessionProxy и Session.