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 |
post_read_receipt_collection:: (2 methods):
__construct()
has_user_read_post()
Class: post_read_receipt_collection - X-Ref
Post read receipt collection class.__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 |