eZ Publish  [4.2]
internal_drafts_cleanup.php File Reference

Go to the source code of this file.

Variables

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

Detailed Description

Definition in file internal_drafts_cleanup.php.


Variable Documentation

$duration = 0

Definition at line 43 of file internal_drafts_cleanup.php.

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