Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Post read receipt collection class.

Copyright: 2019 Ryan Wyllie <ryan@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 86 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

post_read_receipt_collection:: (2 methods):
  __construct()
  has_user_read_post()


Class: post_read_receipt_collection  - X-Ref

Post read receipt collection class.

Contains the list of read receipts for posts.

__construct(array $records)   X-Ref
Constructor.

param: array $records The list of post read receipt records.

has_user_read_post(stdClass $user, post_entity $post)   X-Ref
Check whether a user has read a post.

param: stdClass $user The user to check
param: post_entity $post The post to check
return: bool