-f [-o] [-p ] [-h] [--] [] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -p / --prefix Class prefix. -h / --help Retrieve detailed help about this application. Arguments: PersistentObject definition directory. Class directory. '; $res['testOnlySourceParameter'] = 'eZ components PersistentObject definition generator  Error while processing your options: Argument with name \'def dir\' is mandatory but was not submitted.  Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s -f [-o] [-p ] [-h] [--] [] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -p / --prefix Class prefix. -h / --help Retrieve detailed help about this application. Arguments: PersistentObject definition directory. Class directory. '; $res['testOnlyFormatParameter'] = 'eZ components PersistentObject definition generator  Error while processing your options: Argument with name \'def dir\' is mandatory but was not submitted.  Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s -f [-o] [-p ] [-h] [--] [] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -p / --prefix Class prefix. -h / --help Retrieve detailed help about this application. Arguments: PersistentObject definition directory. Class directory. '; $res['testFormatSourceParameter'] = 'eZ components PersistentObject definition generator  Error while processing your options: Argument with name \'def dir\' is mandatory but was not submitted.  Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s -f [-o] [-p ] [-h] [--] [] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -p / --prefix Class prefix. -h / --help Retrieve detailed help about this application. Arguments: PersistentObject definition directory. Class directory. '; $res['testInvalidFormat'] = 'eZ components PersistentObject definition generator  Error reading schema: There is no \'read\' handler available for the \'test\' format.  '; $res['testInvalidSource'] = 'eZ components PersistentObject definition generator  Error reading schema: The schema file \'test\' could not be found.  '; $res['testInvalidDestination'] = 'eZ components PersistentObject definition generator  Error writing schema: The directory file \'test\' could not be found.  '; $res['testValidFromFile'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to'; $res['testDuplicateWriteFromFileFailure'] = 'eZ components PersistentObject definition generator  Error writing schema: An error occurred while writing to  '; $res['testDuplicateWriteFromFileSuccess'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to'; $res['testValidFromDb'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to'; $res['testInvalidFromDb'] = 'eZ components PersistentObject definition generator  Error reading schema: '; $res['testValidFromFileWithClasses'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to Class files successfully written to '; $res['testValidFromFileWithClassesAndPrefix'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to Class files successfully written to '; return $res; ?>