eZ Publish  [4.2]
updatebinaryfile.php File Reference

Go to the source code of this file.

Variables

 $cli = eZCLI::instance()
 $db = eZDB::instance()
 $limit = 20
 $offset = 0
 $options = $script->getOptions( '', '', array() )
 $script

Detailed Description

Definition in file updatebinaryfile.php.


Variable Documentation

$cli = eZCLI::instance()

Definition at line 34 of file updatebinaryfile.php.

$db = eZDB::instance()

Definition at line 50 of file updatebinaryfile.php.

$limit = 20

Definition at line 47 of file updatebinaryfile.php.

$offset = 0

Definition at line 48 of file updatebinaryfile.php.

$options = $script->getOptions( '', '', array() )

Definition at line 44 of file updatebinaryfile.php.

Initial value:
 eZScript::instance( array( 'description' => ( "\nAdds the file extension suffix to the files stored by the binary file datatype\n" .
                                                        "where it is currently missing.\n" ),
                                     'use-session' => false,
                                     'use-modules' => false,
                                     'use-extensions' => false ) )

Definition at line 36 of file updatebinaryfile.php.