ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Helper class to handle command line options. More...
Static Public Member Functions | |
static | initialize () |
Parse the command line options. More... | |
static | showSyntax () |
Write out the syntax. More... | |
static | echoErr ($str) |
Print a string to stderr. More... | |
static | reduce ($languages) |
Reduce a language list to the minimum common denominator. More... | |
static | initialize () |
Parse the command line options. More... | |
static | showSyntax () |
Write out the syntax. More... | |
static | echoErr ($str) |
Print a string to stderr. More... | |
static | reduce ($languages) |
Reduce a language list to the minimum common denominator. More... | |
Static Public Attributes | |
static | $outputUSAscii |
static | $outputFormat |
static | $outputFilename |
static | $languages |
static | $reduce |
Helper class to handle command line options.
Definition at line 51 of file export-plural-rules.php.
|
static |
Print a string to stderr.
string | $str | The string to be printed out. |
Definition at line 183 of file export-plural-rules.php.
Referenced by initialize(), and showSyntax().
|
static |
Print a string to stderr.
string | $str | The string to be printed out. |
Definition at line 183 of file export-plural-rules.php.
|
static |
Parse the command line options.
Definition at line 81 of file export-plural-rules.php.
References $argv, $list, $s, echoErr(), and showSyntax().
|
static |
Parse the command line options.
Definition at line 81 of file export-plural-rules.php.
References $argv, $list, $s, echoErr(), and showSyntax().
|
static |
Reduce a language list to the minimum common denominator.
Language[] | $languages |
Definition at line 198 of file export-plural-rules.php.
References $languages.
|
static |
Reduce a language list to the minimum common denominator.
Language[] | $languages |
Definition at line 198 of file export-plural-rules.php.
References $languages.
|
static |
Write out the syntax.
Definition at line 156 of file export-plural-rules.php.
References echoErr().
Referenced by initialize().
|
static |
Write out the syntax.
Definition at line 156 of file export-plural-rules.php.
References echoErr().
|
static |
Definition at line 72 of file export-plural-rules.php.
Referenced by reduce().
|
static |
Definition at line 67 of file export-plural-rules.php.
|
static |
Definition at line 62 of file export-plural-rules.php.
|
static |
Definition at line 57 of file export-plural-rules.php.
|
static |
Definition at line 77 of file export-plural-rules.php.