|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $cli = eZCLI::instance() | |
| $db = eZDB::instance() | |
| $limit = 20 | |
| $offset = 0 | |
| $options = $script->getOptions( '', '', array() ) | |
| $script | |
| $cli = eZCLI::instance() |
Definition at line 12 of file updatebinaryfile.php.
| $db = eZDB::instance() |
Definition at line 28 of file updatebinaryfile.php.
| $limit = 20 |
Definition at line 25 of file updatebinaryfile.php.
| $offset = 0 |
Definition at line 26 of file updatebinaryfile.php.
| $options = $script->getOptions( '', '', array() ) |
Definition at line 22 of file updatebinaryfile.php.
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' => true ) )
Definition at line 14 of file updatebinaryfile.php.