Function RevisionEngineDatabase->__construct
Definitions
sources/revisions_engine_database.php
- Constructor.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$is_log_mod | boolean | False | N/A | N/A | Whether the logs are done via the forum moderator's log |
$db | ?object | Null | N/A | N/A | Database connector to use (null: work out using norms for $is_log_mod value) |