SQLiteJournal
class SQLiteJournal implements Journal
SQLite based journal.
Methods
__construct(string $path)
No description
void
write(string $key, array $dependencies)
Writes entry information into the journal.
array|null
clean(array $conditions)
Cleans entries from journal.
Details
at line 26
__construct(string $path)
No description
at line 63
void
write(string $key, array $dependencies)
Writes entry information into the journal.
at line 92
array|null
clean(array $conditions)
Cleans entries from journal.