Property | Type | Description | |
---|---|---|---|
$columns | string[] | ||
$db | DBInterface | ||
$table | string |
Method | Description | |
---|---|---|
__construct ( DBInterface $db = null, string $table = self::DEFAULT_TABLE ) | DBStore constructor. | |
setColumn ( string $key, string $value ) : self | Change a column name. | |
store ( string $level, string $message, string $context ) : mixed | Store a log message -- used by Ledger |
public __construct ( DBInterface $db = null, string $table = self::DEFAULT_TABLE ) | ||
$db | DBInterface | |
$table | string |