|
eZ Publish
[4.0]
|
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 41 of file old_drafts_cleanup.php.
| $duration = 0 |
Definition at line 47 of file old_drafts_cleanup.php.
| $durationSetting |
$ini->hasVariable( 'VersionManagement', 'DraftsDuration' ) ? $ini->variable( 'VersionManagement', 'DraftsDuration' ) : array( 'days' => 90 )
Definition at line 43 of file old_drafts_cleanup.php.
| $ini = eZINI::instance( 'content.ini' ) |
Definition at line 40 of file old_drafts_cleanup.php.
| $isDurationSet = false |
Definition at line 46 of file old_drafts_cleanup.php.