Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Reader helper trait. More...
Namespaces | |
namespace | tool_log\helper |
| |
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 |
Reader helper trait.