|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $argumentConfig = '' | |
| $arguments = false | |
| $cli = eZCLI::instance() | |
| $config = '' | |
| if($lockGroup) | $db = eZDB::instance() |
| $localeIDToUse = false | |
| $locales = eZContentLanguage::fetchLocaleList() | |
| $localeToUse = false | |
| $lockGroup = eZContentObjectStateGroup::fetchByIdentifier( 'ez_lock' ) | |
| $messages = array() | |
| $optionHelp = false | |
| $options = $script->getOptions( $config, $argumentConfig, $optionHelp, $arguments, $useStandardOptions ) | |
| $preferredLocales = array( 'eng-GB', 'eng-US' ) | |
| $script = eZScript::instance( $scriptSettings ) | |
| $scriptSettings = array() | |
| $scriptSettings ['description'] = 'Add the ez_lock system state group' | |
| $scriptSettings ['use-session'] = true | |
| $scriptSettings ['use-modules'] = true | |
| $scriptSettings ['use-extensions'] = true | |
| $trans = $lockGroup->translationByLocale( $localeToUse ) | |
| $useStandardOptions = true | |
| $argumentConfig = '' |
Definition at line 18 of file addlockstategroup.php.
| $arguments = false |
Definition at line 20 of file addlockstategroup.php.
| $cli = eZCLI::instance() |
Definition at line 6 of file addlockstategroup.php.
| $config = '' |
Definition at line 17 of file addlockstategroup.php.
| if ($lockGroup) $db = eZDB::instance() |
Definition at line 34 of file addlockstategroup.php.
| $localeIDToUse = false |
Definition at line 40 of file addlockstategroup.php.
| $locales = eZContentLanguage::fetchLocaleList() |
Definition at line 37 of file addlockstategroup.php.
Referenced by eZSetupLanguageList(), eZLocale\fetchByHttpLocaleCode(), eZTemplateFileResource\handleResourceData(), eZLocale\localeList(), and eZContentLanguage\maskByLocale().
| $localeToUse = false |
Definition at line 39 of file addlockstategroup.php.
| foreach ($preferredLocales as $preferredLocale) if ($localeToUse===false) $lockGroup = eZContentObjectStateGroup::fetchByIdentifier( 'ez_lock' ) |
Definition at line 28 of file addlockstategroup.php.
| $messages = array() |
Definition at line 66 of file addlockstategroup.php.
| $optionHelp = false |
Definition at line 19 of file addlockstategroup.php.
| $options = $script->getOptions( $config, $argumentConfig, $optionHelp, $arguments, $useStandardOptions ) |
Definition at line 23 of file addlockstategroup.php.
| $preferredLocales = array( 'eng-GB', 'eng-US' ) |
Definition at line 43 of file addlockstategroup.php.
| $script = eZScript::instance( $scriptSettings ) |
Definition at line 14 of file addlockstategroup.php.
| $scriptSettings = array() |
Definition at line 8 of file addlockstategroup.php.
| $scriptSettings['description'] = 'Add the ez_lock system state group' |
Definition at line 9 of file addlockstategroup.php.
| $scriptSettings['use-session'] = true |
Definition at line 10 of file addlockstategroup.php.
| $scriptSettings['use-modules'] = true |
Definition at line 11 of file addlockstategroup.php.
| $scriptSettings['use-extensions'] = true |
Definition at line 12 of file addlockstategroup.php.
| $trans = $lockGroup->translationByLocale( $localeToUse ) |
Definition at line 63 of file addlockstategroup.php.
| $useStandardOptions = true |
Definition at line 21 of file addlockstategroup.php.