Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Class containing data for bank content. More...
Public Member Functions | |
__construct (array $contents, array $toolbar, ?\context $context, contentbank $cb) | |
Construct this renderable. | |
export_for_template (renderer_base $output) | |
Export the data. | |
Class containing data for bank content.
core_contentbank\output\bankcontent::__construct | ( | array | $contents, |
array | $toolbar, | ||
?\context | $context, | ||
contentbank | $cb ) |
Construct this renderable.
core_contentbank\content[] | $contents | Array of content bank contents. |
array | $toolbar | List of content bank toolbar options. |
context | null | $context | Optional context to check (default null) |
contentbank | $cb | Contenbank object. |
core_contentbank\output\bankcontent::export_for_template | ( | renderer_base | $output | ) |