PHP Interface ManaPHP\Mvc\Model\Metadata\AdapterInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode 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 méthode

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

write() public méthode

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