Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]
Contains the favourite class, each instance being a representation of a DB row for the 'favourite' table.
Copyright: | 2018 Jake Dallimore <jrhdallimore@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 80 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
favourite:: (1 method):
__construct()
__construct(string $component, string $itemtype, int $itemid, int $contextid, int $userid) X-Ref |
Favourite constructor. param: string $component the frankenstyle name of the component containing the favourited item. E.g. 'core_course'. param: string $itemtype the type of the item being marked as a favourite. E.g. 'course', 'conversation', etc. param: int $itemid the id of the item that is being marked as a favourite. e.g course->id, conversation->id, etc. param: int $contextid the id of the context in which this favourite was created. param: int $userid the id of user who owns this favourite. |