Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Public Member Functions | |
__construct (cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path) | |
ctor More... | |
convert ($outdir) | |
performs conversion More... | |
Protected Member Functions | |
is_visible () | |
Is the element visible in the course? More... | |
store (general_cc_file $doc, $outdir, $title, $deps=null) | |
Stores any files that need to be stored. | |
Protected Attributes | |
string | $cc_type = null |
Enter description here ... | |
string | $defaultfile = null |
Enter description here ... | |
string | $defaultname = null |
Enter description here ... | |
XMLGenericDocument | $doc = null |
Document. | |
cc_item | $item = null |
Enter description here ... | |
cc_manifest | $manifest = null |
Enter description here ... | |
string | $path = null |
Enter description here ... | |
string | $rootpath = null |
Enter description here ... | |
cc_converter::__construct | ( | cc_i_item & | $item, |
cc_i_manifest & | $manifest, | ||
$rootpath, | |||
$path | |||
) |
ctor
cc_i_item | $item | |
cc_i_manifest | $manifest | |
string | $rootpath | |
string | $path |
InvalidArgumentException |
Reimplemented in cc_converter_basiclti, cc_converter_folder, cc_converter_forum, cc_converter_label, cc_converter_lti, cc_converter_page, cc_converter_quiz, cc_converter_resource, and cc_converter_url.
|
abstract |
performs conversion
string | $outdir | - root directory of common cartridge |
boolean |
Reimplemented in cc_converter_basiclti, cc_converter_folder, cc_converter_forum, cc_converter_label, cc_converter_lti, cc_converter_page, cc_converter_quiz, cc_converter_resource, and cc_converter_url.
|
protected |
Is the element visible in the course?
RuntimeException |
bool |