An implementation of a contextlist which has been filtered and approved.
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 75 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
approved_contextlist:: (3 methods):
__construct()
set_user()
get_user()
Class: approved_contextlist - X-Ref
An implementation of a contextlist which has been filtered and approved.__construct(\stdClass $user, string $component, array $contextids) X-Ref |
Create a new approved contextlist. param: \stdClass $user The user record. param: string $component the frankenstyle component name. param: \int[] $contextids The list of contextids present in this list. |
set_user(\stdClass $user) X-Ref |
Specify the user which owns this request. return: $this param: \stdClass $user The user record. |
get_user() X-Ref |
Get the user which requested their data. return: \stdClass |