Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
This is the complete list of members for core_files\archive_writer, including all inherited members.
__construct() | core_files\archive_writer | protected |
add_file_from_filepath(string $name, string $path) | core_files\archive_writer | |
add_file_from_stored_file(string $name, stored_file $file) | core_files\archive_writer | |
add_file_from_stream(string $name, $stream) | core_files\archive_writer | |
add_file_from_string(string $name, string $data) | core_files\archive_writer | |
finish() | core_files\archive_writer | |
get_classname_for_type(string $type) | core_files\archive_writer | protectedstatic |
get_file_writer(string $filepath, string $type) | core_files\archive_writer | static |
get_stream_writer(string $filename, string $type) | core_files\archive_writer | static |
sanitise_filepath(string $filepath) | core_files\archive_writer | |
ZIP_WRITER | core_files\archive_writer |