|
eZ Publish
[4.2]
|
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'] = false | |
| $useStandardOptions = true | |
| $argumentConfig = '' |
Definition at line 42 of file updateimagesystem.php.
| $arguments = false |
Definition at line 44 of file updateimagesystem.php.
| $cli = eZCLI::instance() |
Definition at line 30 of file updateimagesystem.php.
| $config = '' |
Definition at line 41 of file updateimagesystem.php.
| $contentObjectAttributes |
eZPersistentObject::fetchObjectList( eZContentObjectAttribute::definition(), null, array( 'data_type_string' => 'ezimage' ) )
Definition at line 59 of file updateimagesystem.php.
Referenced by eZWebDAVContentBackend\copyObjectSameDirectory(), eZContentObject\copyVersion(), eZWebDAVContentServer\createFolder(), eZWebDAVContentBackend\createFolder(), eZContentObjectEditHandler\executeInputHandlers(), eZContentObject\fetchInput(), eZContentObject\fixupInput(), eZContentObject\handleAllCustomHTTPActions(), eZTextFileUser\loginUser(), eZLDAPUser\publishNewUserGroup(), eZLDAPUser\publishUpdateUser(), eZContentObjectVersion\removeTranslation(), eZContentObject\storeInput(), eZContentObject\validateInput(), and eZContentObjectEditHandler\validateInputHandlers().
| $db = eZDB::instance() |
Definition at line 52 of file updateimagesystem.php.
| $imageManager = imageInit() |
Definition at line 57 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 43 of file updateimagesystem.php.
| $options = $script->getOptions( $config, $argumentConfig, $optionHelp, $arguments, $useStandardOptions ) |
Definition at line 47 of file updateimagesystem.php.
| $script = eZScript::instance( $scriptSettings ) |
Definition at line 38 of file updateimagesystem.php.
| $scriptSettings = array() |
Definition at line 32 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 33 of file updateimagesystem.php.
| $scriptSettings['use-session'] = true |
Definition at line 34 of file updateimagesystem.php.
| $scriptSettings['use-modules'] = false |
Definition at line 35 of file updateimagesystem.php.
| $scriptSettings['use-extensions'] = false |
Definition at line 36 of file updateimagesystem.php.
| $useStandardOptions = true |
Definition at line 45 of file updateimagesystem.php.