PHP 클래스 Horde_Data_Storage_Mock, horde

Copyright 2012-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_Data_Storage
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_data array Data storage.

공개 메소드들

메소드 설명
clear ( )
exists ( $key )
get ( $key )
set ( $key, $value = null )

메소드 상세

clear() 공개 메소드

public clear ( )

exists() 공개 메소드

public exists ( $key )

get() 공개 메소드

public get ( $key )

set() 공개 메소드

public set ( $key, $value = null )

프로퍼티 상세

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

Data storage.
protected array $_data
리턴 array