Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_files\local\archive_writer\stream_writer_interface Interface Reference

Interface used by archives that write to streams. More...

Inheritance diagram for core_files\local\archive_writer\stream_writer_interface:
core_files\local\archive_writer\zip_writer

Static Public Member Functions

static stream_instance (string $filename)
 Return the stream instance.
 

Detailed Description

Interface used by archives that write to streams.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ stream_instance()

static core_files\local\archive_writer\stream_writer_interface::stream_instance ( string $filename)
static

Return the stream instance.

Parameters
string$filename
Return values
static

Implemented in core_files\local\archive_writer\zip_writer.


The documentation for this interface was generated from the following file: