|
Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250711) (4ea86454947)
|
Class containing the navigation renderable. More...
Public Member Functions | |
| __construct (string $navigationdata, string $systemname, string $username, bool $righttoleft, string $siteurl) | |
| Constructor. | |
| export_for_template (renderer_base $output) | |
| Export this data so it can be used as the context for a mustache template. | |
Class containing the navigation renderable.
| core_privacy\output\exported_html_page::__construct | ( | string | $navigationdata, |
| string | $systemname, | ||
| string | $username, | ||
| bool | $righttoleft, | ||
| string | $siteurl ) |
Constructor.
| string | $navigationdata | Navigation html to be displayed about the system. |
| string | $systemname | systemname for the page. |
| string | $username | The full name of the user. |
| bool | $righttoleft | Is the language used right to left? |
| string | $siteurl | The url to the site that created this export. |
| core_privacy\output\exported_html_page::export_for_template | ( | renderer_base | $output | ) |
Export this data so it can be used as the context for a mustache template.
| renderer_base | $output |
| array |
Implements templatable.