Class containing the navigation renderable.
More...
|
| | __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.
|
| |
|
|
string | $navigationdata |
| | $navigationdata navigation html to be displayed about the system.
|
| |
|
bool | $rtl |
| | $rtl The direction to show the page (right to left)
|
| |
|
string | $siteurl |
| | $siteurl The url back to the site that created this export.
|
| |
|
string | $systemname |
| | $systemname systemname for the page.
|
| |
|
string | $username |
| | $username The full name of the user.
|
| |
Class containing the navigation renderable.
- Copyright
- 2018 Adrian Greeve
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
| core_privacy\output\exported_html_page::__construct |
( |
string | $navigationdata, |
|
|
string | $systemname, |
|
|
string | $username, |
|
|
bool | $righttoleft, |
|
|
string | $siteurl ) |
Constructor.
- Parameters
-
| 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. |
◆ export_for_template()
| 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.
- Parameters
-
- Return values
-
The documentation for this class was generated from the following file:
- privacy/classes/output/exported_html_page.php