|
eZ Publish
[4.2]
|
Class used to store some of the command line arguments. More...
Public Member Functions | |
| iconvCharacterSet () | |
| logFilename () | |
| setIconvCharacterSet ($iconvCharacterSet) | |
| setLogFilename ($logFilename) | |
Static Protected Attributes | |
| static | $iconvCharacterSet = false |
| static | $logFilename = false |
Class used to store some of the command line arguments.
Definition at line 72 of file ezconvertdbcharset.php.
| CommandLineArguments::iconvCharacterSet | ( | ) |
Definition at line 77 of file ezconvertdbcharset.php.
Referenced by convertSerializedData(), and convertXMLData().
| CommandLineArguments::logFilename | ( | ) |
Definition at line 87 of file ezconvertdbcharset.php.
Referenced by convertXMLData().
| CommandLineArguments::setIconvCharacterSet | ( | $ | iconvCharacterSet | ) |
Definition at line 82 of file ezconvertdbcharset.php.
| CommandLineArguments::setLogFilename | ( | $ | logFilename | ) |
Definition at line 92 of file ezconvertdbcharset.php.
CommandLineArguments::$iconvCharacterSet = false [static, protected] |
Definition at line 74 of file ezconvertdbcharset.php.
Referenced by iconvCharacterSet(), logFilename(), and setIconvCharacterSet().
CommandLineArguments::$logFilename = false [static, protected] |
Definition at line 75 of file ezconvertdbcharset.php.
Referenced by iconvCharacterSet(), and setLogFilename().