eZ Publish  [4.2]
old_drafts_cleanup.php File Reference

Go to the source code of this file.

Variables

 $draftsCleanUpLimit
 $duration = 0
 $durationSetting
 $ini = eZINI::instance( 'content.ini' )
 $isDurationSet = false

Detailed Description

Definition in file old_drafts_cleanup.php.


Variable Documentation

$draftsCleanUpLimit
Initial value:
 $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
Initial value:
 $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.