Base class for all the exporters.
static toString($languages, $options=null)
Convert a list of Language instances to string.
static getDescription()
Return a short description of the exporter.
static getExporterDescription($exporterHandle)
Return the description of a specific exporter.
static getExporters($onlyForPublicUse=false)
Return the list of all the available exporters.
static toFile($languages, $filename, $options=null)
Save the Language instances to a file.
static getExporterClassName($exporterHandle)
Returns the fully qualified class name of a exporter given its handle.
static isForPublicUse()
Is this exporter for public use?
static toStringDo($languages)
Convert a list of Language instances to string.