Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Represents a page for showing all the policy documents with a current version. More...
Public Member Functions | |
__construct ($returnurl) | |
Prepare the page for rendering. | |
export_for_template (renderer_base $output) | |
Export the page data for the mustache template. More... | |
Protected Member Functions | |
prepare_global_page_access () | |
Sets up the global $PAGE and performs the access checks. | |
prepare_policies () | |
Loads the policy versions to display on the page. | |
Represents a page for showing all the policy documents with a current version.
tool_policy\output\page_viewalldoc::export_for_template | ( | renderer_base | $output | ) |
Export the page data for the mustache template.
renderer_base | $output | renderer to be used to render the page elements. |
stdClass |
Implements templatable.