Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]
Course module cm_info proxy.
Copyright: | 2017 Cameron Ball <cameron@cameron1729.xyz> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 83 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
cm_info_proxy:: (3 methods):
__construct()
get()
get_proxied_instance()
Class: cm_info_proxy - X-Ref
Course module stdClass proxy.__construct($modname, $instance, $courseid) X-Ref |
cm_info_proxy constructor. param: string $modname The module name. param: int $instance The module instance. param: int $courseid course id this module belongs to |
get($member) X-Ref |
Retrieve a member of the proxied class. param: string $member The name of the member to retrieve return: mixed The member. |
get_proxied_instance() X-Ref |
Get the full instance of the proxied class. return: \cm_info |