H5P factory class.
More...
|
core_h5p local library autoloader | $autoloader |
| The autoloader.
|
|
content_validator | $content_validator |
| The Moodle H5PContentValidator implementation.
|
|
core_h5p core | $core |
| The Moodle H5PCore implementation.
|
|
H5peditor | $editor |
|
editor_ajax | $editorajaxinterface |
| The Moodle H5PEditorAjaxInterface implementation.
|
|
editor_framework | $editorframework |
| The Moodle H5peditorStorage implementation.
|
|
core_h5p framework | $framework |
| The Moodle H5PFramework implementation.
|
|
core_h5p file_storage | $storage |
| The Moodle H5PStorage implementation.
|
|
validator | $validator |
| The Moodle H5PValidator implementation.
|
|
H5P factory class.
This class is used to decouple the construction of H5P related objects.
- Copyright
- 2019 Mihail Geshoski mihai.nosp@m.l@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ get_autoloader()
core_h5p\factory::get_autoloader |
( |
| ) |
|
◆ get_content_validator()
core_h5p\factory::get_content_validator |
( |
| ) |
|
Returns an instance of the H5PContentValidator class.
- Return values
-
◆ get_core()
core_h5p\factory::get_core |
( |
| ) |
|
◆ get_editor()
core_h5p\factory::get_editor |
( |
| ) |
|
Returns an instance of H5Peditor class.
- Return values
-
◆ get_framework()
core_h5p\factory::get_framework |
( |
| ) |
|
◆ get_storage()
core_h5p\factory::get_storage |
( |
| ) |
|
Returns an instance of the H5PStorage class.
- Return values
-
◆ get_validator()
core_h5p\factory::get_validator |
( |
| ) |
|
Returns an instance of the H5PValidator class.
- Return values
-
The documentation for this class was generated from the following file: