|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Gettext\Languages\Exporter\Prettyjson:
Collaboration diagram for Gettext\Languages\Exporter\Prettyjson:Static Public Member Functions | |
| static | getDescription () |
| static | getDescription () |
Static Public Member Functions inherited from Gettext\Languages\Exporter\Exporter | |
| 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 () |
Static Protected Member Functions inherited from Gettext\Languages\Exporter\Json | |
| static | getEncodeOptions () |
| Return the options for json_encode. More... | |
| static | toStringDo ($languages) |
| static | toStringDo ($languages) |
| Convert a list of Language instances to string. More... | |
Definition at line 6 of file Prettyjson.php.
|
static |
Reimplemented from Gettext\Languages\Exporter\Json.
Definition at line 21 of file Prettyjson.php.
|
staticprotected |
Reimplemented from Gettext\Languages\Exporter\Json.
Definition at line 11 of file Prettyjson.php.