Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Helper trait buffered_writer

Copyright: 2014 onwards Ankit Agarwal
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 134 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  write()
  flush()
  dispose()

Functions that are not part of a class:

write(\core\event\base $event)   X-Ref
Write event in the store with buffering. Method insert_event_entries() must be
defined.

param: \core\event\base $event
return: void

flush()   X-Ref
Flush event buffer.


dispose()   X-Ref
Push any remaining events to the database. Insert_events() must be
defined. override in stores if the store doesn't support buffering.