PHP 클래스 lithium\tests\mocks\storage\session\strategy\MockCookieSession

상속: extends lithium\core\Object
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_data
$_secret

공개 메소드들

메소드 설명
data ( ) : array Method for returning data currently stored in this mock.
read ( $key = null, array $options = [] )
reset ( )
write ( $key, $value = null, array $options = [] )

메소드 상세

data() 공개 정적인 메소드

Method for returning data currently stored in this mock.
public static data ( ) : array
리턴 array

read() 공개 정적인 메소드

public static read ( $key = null, array $options = [] )
$options array

reset() 공개 정적인 메소드

public static reset ( )

write() 공개 정적인 메소드

public static write ( $key, $value = null, array $options = [] )
$options array

프로퍼티 상세

$_data 보호되어 있는 정적으로 프로퍼티

protected static $_data

$_secret 보호되어 있는 정적으로 프로퍼티

protected static $_secret