Class for converting files between different file formats.
More...
|
static | are_requirements_met () |
| Whether the plugin is configured and requirements are met.
|
|
static | supports ($from, $to) |
| Determine whether a conversion between the two supplied formats is achievable.
|
|
Class for converting files between different file formats.
- Copyright
- 2017 Andrew Nicols andre.nosp@m.w@ni.nosp@m.cols..nosp@m.co.u.nosp@m.k
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ are_requirements_met()
static core_files\converter_interface::are_requirements_met |
( |
| ) |
|
|
static |
◆ get_supported_conversions()
core_files\converter_interface::get_supported_conversions |
( |
| ) |
|
◆ poll_conversion_status()
core_files\converter_interface::poll_conversion_status |
( |
conversion | $conversion | ) |
|
◆ start_document_conversion()
core_files\converter_interface::start_document_conversion |
( |
conversion | $conversion | ) |
|
Convert a document to a new format and return a conversion object relating to the conversion in progress.
- Parameters
-
conversion | $conversion | The file to be converted |
- Return values
-
◆ supports()
static core_files\converter_interface::supports |
( |
| $from, |
|
|
| $to ) |
|
static |
The documentation for this interface was generated from the following file:
- files/classes/converter_interface.php