$archive (defined in core\content\export\zipwriter) | core\content\export\zipwriter | protected |
$course | core\content\export\zipwriter | protected |
$coursecontext | core\content\export\zipwriter | protected |
$filesinzip | core\content\export\zipwriter | protected |
$maxfilesize | core\content\export\zipwriter | protected |
$pagerequirementsadded | core\content\export\zipwriter | protected |
$rootcontext | core\content\export\zipwriter | protected |
$zipfilehandle | core\content\export\zipwriter | protected |
$zipfilepath | core\content\export\zipwriter | protected |
__construct(\ZipStream\ZipStream $archive, stdClass $options=null) | core\content\export\zipwriter | |
add_content_from_dirroot(string $dirrootpath, string $pathinzip) | core\content\export\zipwriter | protected |
add_file_from_stored_file(context $context, string $filepathinzip, stored_file $file) | core\content\export\zipwriter | |
add_file_from_string(context $context, string $filepathinzip, string $content) | core\content\export\zipwriter | |
add_file_from_template(context $context, string $filepathinzip, string $template, stdClass $templatedata) | core\content\export\zipwriter | |
add_pluginfiles_for_content(context $context, string $subdir, string $content, string $component, string $filearea, int $fileitemid, ?int $pluginfileitemid) | core\content\export\zipwriter | |
add_template_requirements() | core\content\export\zipwriter | protected |
finish() | core\content\export\zipwriter | |
get_context_folder_name(context $context) | core\content\export\zipwriter | protected |
get_context_path(context $context, string $filepathinzip) | core\content\export\zipwriter | |
get_course() | core\content\export\zipwriter | protected |
get_file_path() | core\content\export\zipwriter | |
get_file_writer(string $filename, stdClass $exportoptions=null) | core\content\export\zipwriter | static |
get_filepath_for_file(stored_file $file, string $parentdir, bool $escape) | core\content\export\zipwriter | protectedstatic |
get_relative_context_path(context $rootcontext, context $targetcontext, string $filepathinzip) | core\content\export\zipwriter | |
get_stream_writer(string $filename, stdClass $exportoptions=null) | core\content\export\zipwriter | static |
is_file_in_archive(context $context, string $filepathinzip) | core\content\export\zipwriter | |
MAX_CONTEXT_NAME_LENGTH | core\content\export\zipwriter | |
parse_options(stdClass $options) | core\content\export\zipwriter | protected |
rewrite_other_pluginfile_urls(context $context, string $content, string $component, string $filearea, ?int $pluginfileitemid) | core\content\export\zipwriter | protected |
sanitise_filename(string $filepath) | core\content\export\zipwriter | protected |
set_root_context(context $rootcontext) | core\content\export\zipwriter | |