Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Horde_Registry_Logout
PHP 클래스 Horde_Registry_Logout, horde
부터:
2.13.0
저자:
Michael Slusarz (
[email protected]
)
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
공개 메소드들
메소드
설명
add
(
mixed
$classname
)
Add a class to the logout queue.
run
( )
Runs the list of logout tasks and clears the queue.
비공개 메소드들
메소드
설명
_getTasks
( )
Return the list of logout tasks.
_setTasks
(
array
$queue
)
Set the list of logout tasks.
메소드 상세
add()
공개
메소드
Add a class to the logout queue.
public
add
(
mixed
$classname
)
$classname
mixed
The classname to add (or an object of that class). The class must be able to be instantiated via Horde_Injector and must implement the Horde_Registry_Logout_Task interface.
run()
공개
메소드
Runs the list of logout tasks and clears the queue.
public
run
( )