|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Protected Attributes | |
| $className | |
| $source | |
Additional Inherited Members | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
Definition at line 16 of file xmlSchemaToMigration.php.
| xmlSchemaToMigration::__construct | ( | $argv = array() | ) |
Constructor
Reimplemented from CommandLineTool.
Definition at line 32 of file xmlSchemaToMigration.php.
References CommandLineTool\$argv, and usage().
| xmlSchemaToMigration::execute | ( | ) |
Convert XML locale content to PO format.
Definition at line 63 of file xmlSchemaToMigration.php.
| xmlSchemaToMigration::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 55 of file xmlSchemaToMigration.php.
Referenced by __construct().
|
protected |
Name of the generated PHP class
Definition at line 27 of file xmlSchemaToMigration.php.
|
protected |
Name of source file/directory
Definition at line 21 of file xmlSchemaToMigration.php.