|
eZ Publish
[4.2]
|
Go to the source code of this file.
Variables | |
| $draftsCleanUpLimit | |
| $duration = 0 | |
| $durationSetting | |
| $ini = eZINI::instance( 'content.ini' ) | |
| $isDurationSet = false | |
Definition in file old_drafts_cleanup.php.
| $draftsCleanUpLimit |
$ini->hasVariable( 'VersionManagement', 'DraftsCleanUpLimit' ) ? $ini->variable( 'VersionManagement', 'DraftsCleanUpLimit' ) : 0
Definition at line 38 of file old_drafts_cleanup.php.
| $duration = 0 |
Definition at line 44 of file old_drafts_cleanup.php.
| $durationSetting |
$ini->hasVariable( 'VersionManagement', 'DraftsDuration' ) ? $ini->variable( 'VersionManagement', 'DraftsDuration' ) : array( 'days' => 90 )
Definition at line 40 of file old_drafts_cleanup.php.
| $ini = eZINI::instance( 'content.ini' ) |
Definition at line 37 of file old_drafts_cleanup.php.
| $isDurationSet = false |
Definition at line 43 of file old_drafts_cleanup.php.