|
Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Namespaces | |
| namespace | tool_log\helper |
| Helper trait buffered_writer. | |
Functions | |
| static | tool_log\helper::decode_other (?string $other) |
| Function decodes the other field into an array using either PHP serialisation or JSON. | |
| tool_log\helper::get_description () | |
| Default get description method. | |
| tool_log\helper::get_name () | |
| Default get name api. | |
| static | tool_log\helper::tweak_sort_by_id ($sort) |
| Adds ID column to $sort to make sure events from one request within 1 second are returned in the same order. | |
Variables | |
| string | tool_log\helper::$store |
| short plugin name initialised in store trait. | |
| trait | tool_log\helper::reader |