PHP 인터페이스 ManaPHP\Task\Metadata\AdapterInterface

파일 보기 프로젝트 열기: manaphp/manaphp 0 사용 예제들

공개 메소드들

메소드 설명
delete ( string $key ) : void
exists ( string $key ) : boolean
get ( string $key ) : mixed | false
set ( string $key, mixed $value ) : void

메소드 상세

delete() 공개 메소드

public delete ( string $key ) : void
$key string
리턴 void

exists() 공개 메소드

public exists ( string $key ) : boolean
$key string
리턴 boolean

get() 공개 메소드

public get ( string $key ) : mixed | false
$key string
리턴 mixed | false

set() 공개 메소드

public set ( string $key, mixed $value ) : void
$key string
$value mixed
리턴 void