The course_content_items_exporter class.
More...
|
| __construct (array $contentitems, array $related) |
| The course_content_items_exporter constructor.
|
|
|
static | define_related () |
| Define the list of related objects, used by this exporter.
|
|
The course_content_items_exporter class.
- Copyright
- 2020 Jake Dallimore jrhda.nosp@m.llim.nosp@m.ore@g.nosp@m.mail.nosp@m..com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
core_course\local\exporters\course_content_items_exporter::__construct |
( |
array | $contentitems, |
|
|
array | $related ) |
The course_content_items_exporter constructor.
- Parameters
-
◆ define_properties()
static core_course\local\exporters\course_content_items_exporter::define_properties |
( |
| ) |
|
|
static |
Return the properties defining this export.
- Return values
-
array | the array of properties. |
◆ define_related()
static core_course\local\exporters\course_content_items_exporter::define_related |
( |
| ) |
|
|
staticprotected |
Define the list of related objects, used by this exporter.
- Return values
-
array | the list of related objects. |
◆ get_other_values()
core_course\local\exporters\course_content_items_exporter::get_other_values |
( |
\renderer_base | $output | ) |
|
|
protected |
Generate and return the data for this export.
- Parameters
-
- Return values
-
array | the array of course content_items |
The documentation for this class was generated from the following file:
- course/classes/local/exporters/course_content_items_exporter.php