|
eZ Publish
[4.2]
|
Go to the source code of this file.
Variables | |
| $duration = 0 | |
| $durationSetting | |
| $ini = eZINI::instance( 'content.ini' ) | |
| $internalDraftsCleanUpLimit | |
| $isDurationSet = false | |
Definition in file internal_drafts_cleanup.php.
| $duration = 0 |
Definition at line 43 of file internal_drafts_cleanup.php.
| $durationSetting |
$ini->hasVariable( 'VersionManagement', 'InternalDraftsDuration' ) ? $ini->variable( 'VersionManagement', 'InternalDraftsDuration' ) : array( 'hours' => 24 )
Definition at line 39 of file internal_drafts_cleanup.php.
| $ini = eZINI::instance( 'content.ini' ) |
Definition at line 36 of file internal_drafts_cleanup.php.
| $internalDraftsCleanUpLimit |
$ini->hasVariable( 'VersionManagement', 'InternalDraftsCleanUpLimit' ) ? $ini->variable( 'VersionManagement', 'InternalDraftsCleanUpLimit' ) : 0
Definition at line 37 of file internal_drafts_cleanup.php.
| $isDurationSet = false |
Definition at line 42 of file internal_drafts_cleanup.php.