PHP 클래스 Horde_Core_Notification_Storage_Session, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Slusarz ([email protected])
상속: implements Horde_Notification_Storage_Interface
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_cached array Cached notifications if session is not active.

공개 메소드들

메소드 설명
clear ( $key )
exists ( $key )
get ( $key )
push ( $listener, Horde_Notification_Event $event )
set ( $key, $value )

보호된 메소드들

메소드 설명
_processCached ( )

메소드 상세

_processCached() 보호된 메소드

protected _processCached ( )

clear() 공개 메소드

public clear ( $key )

exists() 공개 메소드

public exists ( $key )

get() 공개 메소드

public get ( $key )

push() 공개 메소드

public push ( $listener, Horde_Notification_Event $event )
$event Horde_Notification_Event

set() 공개 메소드

public set ( $key, $value )

프로퍼티 상세

$_cached 보호되어 있는 프로퍼티

Cached notifications if session is not active.
protected array $_cached
리턴 array