\ManaPHP\Data\Db\Model\MetadataAdapterInterface

Summary

Methods
Constants
read()
write()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

read()

read(string  $key) : array|false

Reads the meta-data from temporal memory

Parameters

string $key

Returns

array|false

write()

write(string  $key, array  $data) : void

Writes the meta-data to temporal memory

Parameters

string $key
array $data