PHP 인터페이스 ManaPHP\Mvc\Model\Metadata\AdapterInterface

파일 보기 프로젝트 열기: manaphp/manaphp

공개 메소드들

메소드 설명
read ( string $key ) : array | false Reads the meta-data from temporal memory
write ( string $key, array $data ) : void Writes the meta-data to temporal memory

메소드 상세

read() 공개 메소드

Reads the meta-data from temporal memory
public read ( string $key ) : array | false
$key string
리턴 array | false

write() 공개 메소드

Writes the meta-data to temporal memory
public write ( string $key, array $data ) : void
$key string
$data array
리턴 void