Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
Reader helper trait.
Copyright: | 2014 onwards Ankit Agarwal |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 112 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_name() X-Ref |
Default get name api. return: string name of the store. |
get_description() X-Ref |
Default get description method. return: string description of the store. |
decode_other(?string $other) X-Ref |
Function decodes the other field into an array using either PHP serialisation or JSON. Note that this does not rely on the config setting, it supports both formats, so you can use it for data before/after making a change to the config setting. The return value is usually an array but it can also be null or a boolean or something. param: string $other Other value return: mixed Decoded value |
tweak_sort_by_id($sort) X-Ref |
Adds ID column to $sort to make sure events from one request within 1 second are returned in the same order. param: string $sort return: string sort string |