|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $argumentConfig = '' | |
| $arguments = false | |
| $cli = eZCLI::instance() | |
| $config = '' | |
| $contentObjectAttributes | |
| $db = eZDB::instance() | |
| $imageManager = imageInit() | |
| $optionHelp = false | |
| $options = $script->getOptions( $config, $argumentConfig, $optionHelp, $arguments, $useStandardOptions ) | |
| $script = eZScript::instance( $scriptSettings ) | |
| $scriptSettings = array() | |
| $scriptSettings ['description'] = 'Update all attributes with datatype ezimage to use the new image system introduced in eZ Publish 3.3' | |
| $scriptSettings ['use-session'] = true | |
| $scriptSettings ['use-modules'] = false | |
| $scriptSettings ['use-extensions'] = true | |
| $useStandardOptions = true | |
| $argumentConfig = '' |
Definition at line 24 of file updateimagesystem.php.
| $arguments = false |
Definition at line 26 of file updateimagesystem.php.
| $cli = eZCLI::instance() |
Definition at line 12 of file updateimagesystem.php.
| $config = '' |
Definition at line 23 of file updateimagesystem.php.
| $contentObjectAttributes |
eZPersistentObject::fetchObjectList( eZContentObjectAttribute::definition(), null, array( 'data_type_string' => 'ezimage' ) )
Definition at line 41 of file updateimagesystem.php.
| $db = eZDB::instance() |
Definition at line 34 of file updateimagesystem.php.
| $imageManager = imageInit() |
Definition at line 39 of file updateimagesystem.php.
Referenced by eZImageAliasHandler\aliasList(), eZImageAliasHandler\attributes(), eZImageAliasHandler\generateXMLData(), eZImageAliasHandler\hasAttribute(), eZImageAliasHandler\imageAlias(), eZImageAliasHandler\initialize(), and eZImageAliasHandler\recreateDOMTree().
| $optionHelp = false |
Definition at line 25 of file updateimagesystem.php.
| $options = $script->getOptions( $config, $argumentConfig, $optionHelp, $arguments, $useStandardOptions ) |
Definition at line 29 of file updateimagesystem.php.
| $script = eZScript::instance( $scriptSettings ) |
Definition at line 20 of file updateimagesystem.php.
| $scriptSettings = array() |
Definition at line 14 of file updateimagesystem.php.
| $scriptSettings['description'] = 'Update all attributes with datatype ezimage to use the new image system introduced in eZ Publish 3.3' |
Definition at line 15 of file updateimagesystem.php.
| $scriptSettings['use-session'] = true |
Definition at line 16 of file updateimagesystem.php.
| $scriptSettings['use-modules'] = false |
Definition at line 17 of file updateimagesystem.php.
| $scriptSettings['use-extensions'] = true |
Definition at line 18 of file updateimagesystem.php.
| $useStandardOptions = true |
Definition at line 27 of file updateimagesystem.php.