|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $draftsCleanUpLimit | |
| $duration = 0 | |
| $durationSetting | |
| $ini = eZINI::instance( 'content.ini' ) | |
| $isDurationSet = false | |
| $draftsCleanUpLimit |
$ini->hasVariable( 'VersionManagement', 'DraftsCleanUpLimit' ) ? $ini->variable( 'VersionManagement', 'DraftsCleanUpLimit' ) : 0
Definition at line 15 of file old_drafts_cleanup.php.
| $duration = 0 |
Definition at line 21 of file old_drafts_cleanup.php.
| $durationSetting |
$ini->hasVariable( 'VersionManagement', 'DraftsDuration' ) ? $ini->variable( 'VersionManagement', 'DraftsDuration' ) : array( 'days' => 90 )
Definition at line 17 of file old_drafts_cleanup.php.
| $ini = eZINI::instance( 'content.ini' ) |
Definition at line 14 of file old_drafts_cleanup.php.
| $isDurationSet = false |
Definition at line 20 of file old_drafts_cleanup.php.