PHP 클래스 Horde_Prefs_Cache_Session, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Prefs_Cache_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_key string Session key.

공개 메소드들

메소드 설명
__construct ( $user, array $params = [] )
get ( $scope )
remove ( $scope = null )
store ( $scope_ob )

메소드 상세

__construct() 공개 메소드

public __construct ( $user, array $params = [] )
$params array

get() 공개 메소드

public get ( $scope )

remove() 공개 메소드

public remove ( $scope = null )

store() 공개 메소드

public store ( $scope_ob )

프로퍼티 상세

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

Session key.
protected string $_key
리턴 string