Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
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. | |
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.