eZ Publish  [4.0]
ezimportdbafile.php File Reference

Go to the source code of this file.

Variables

if($dataTypeName===null) $allowedDatatypes = eZDataType::allowedTypes()
 $cli = eZCLI::instance()
 $dataTypeName = $options['datatype']
 $options
 $script

Detailed Description

Definition in file ezimportdbafile.php.


Variable Documentation

if ($dataTypeName===null) $allowedDatatypes = eZDataType::allowedTypes()

Definition at line 60 of file ezimportdbafile.php.

$cli = eZCLI::instance()

Definition at line 39 of file ezimportdbafile.php.

$dataTypeName = $options['datatype']

Definition at line 53 of file ezimportdbafile.php.

$options
Initial value:
 $script->getOptions( "[datatype:]", "",
                                array( 'datatype' => "The name of the datatype where the database should be updated." ) )

Definition at line 50 of file ezimportdbafile.php.

Initial value:
 eZScript::instance( array( 'description' => ( "eZ Publish datatype sql update\n\n" .
                                                        "Script can be runned 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 40 of file ezimportdbafile.php.