|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| if($dataTypeName===null) | $allowedDatatypes = eZDataType::allowedTypes() |
| $cli = eZCLI::instance() | |
| $dataTypeName = $options['datatype'] | |
| $options | |
| $script | |
| if ($dataTypeName===null) $allowedDatatypes = eZDataType::allowedTypes() |
Definition at line 35 of file ezimportdbafile.php.
| $cli = eZCLI::instance() |
Definition at line 14 of file ezimportdbafile.php.
| $dataTypeName = $options['datatype'] |
Definition at line 28 of file ezimportdbafile.php.
| $options |
$script->getOptions( "[datatype:]", "", array( 'datatype' => "The name of the datatype where the database should be updated." ) )
Definition at line 25 of file ezimportdbafile.php.
eZScript::instance( array( 'description' => ( "eZ Publish datatype sql update\n\n" . "Script can be run as:\n" . "bin/php/ezimportdbafile.php --datatype=\n\n" . "Example: bin/php/ezimportdbafile.php --datatype=ezisbn" ), 'use-session' => false, 'use-modules' => true, 'use-extensions' => true ) )
Definition at line 15 of file ezimportdbafile.php.