PHP Interface ManaPHP\Mvc\Model\Metadata\AdapterInterface

Show file Open project: manaphp/manaphp

Public Methods

Method Description
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

Method Details

read() public method

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

write() public method

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