__construct() __construct(string $dirname) Parameters string $dirname Directories where to store files
get() get(string $id) : array Returns collected data with the specified id Parameters string $id Returns array
find() find(array $filters = array(), integer $max = 20, integer $offset) : array Returns a metadata about collected data Parameters array $filters integer $max integer $offset Returns array
filter() filter(array $meta, array $filters) : boolean Filter the metadata for matches. Parameters array $meta array $filters Returns boolean