ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Static Public Member Functions | |
static | getDescription () |
![]() | |
static | getExporters ($onlyForPublicUse=false) |
Return the list of all the available exporters. More... | |
static | getExporterDescription ($exporterHandle) |
Return the description of a specific exporter. More... | |
static | getExporterClassName ($exporterHandle) |
Returns the fully qualified class name of a exporter given its handle. More... | |
static | toString ($languages, $options=null) |
Convert a list of Language instances to string. More... | |
static | toFile ($languages, $filename, $options=null) |
Save the Language instances to a file. More... | |
static | isForPublicUse () |
Is this exporter for public use? More... | |
static | getDescription () |
Return a short description of the exporter. More... | |
Static Protected Member Functions | |
static | getEncodeOptions () |
Return the options for json_encode. More... | |
static | toStringDo ($languages) |
static | toStringDo ($languages) |
Convert a list of Language instances to string. More... | |
|
static |
Reimplemented from Gettext\Languages\Exporter\Exporter.
Reimplemented in Gettext\Languages\Exporter\Prettyjson.
Definition at line 59 of file Json.php.
|
staticprotected |
Return the options for json_encode.
Reimplemented in Gettext\Languages\Exporter\Prettyjson.
Definition at line 10 of file Json.php.
References $result.
|
staticprotected |
Reimplemented from Gettext\Languages\Exporter\Exporter.
Definition at line 25 of file Json.php.
References $language, $languages, and $list.