[ Index ]

PHP Cross Reference of Moodle 310

title

Body

[close]

/lib/classes/content/export/exporters/ -> component_exporter.php (summary)

Content API Export definition.

Copyright: 2020 Andrew Nicols <andrew@nicols.co.uk>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 112 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  __construct()
  get_context()
  get_component()
  get_archive()
  get_classname_for_component()

Functions
Functions that are not part of a class:

__construct(context $context, string $component, stdClass $user, zipwriter $archive)   X-Ref
Constructor for a new exporter.

param: context $context The context to export
param: string $component The component that this instance relates to
param: stdClass $user The user to be exported
param: zipwriter $archive

get_context()   X-Ref
Get the context being exported.

return: context

get_component()   X-Ref
Get the component name.

return: string

get_archive()   X-Ref
Get the archive used for export.

return: zipwriter

get_classname_for_component(string $component)   X-Ref
Get the name of the exporter for the specified component.

param: string $component The component to fetch a classname for
return: string The classname for the component



Generated: Wed Jan 22 11:59:49 2025 Cross-referenced by PHPXref 0.7.1