ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SeqRollupRule.php File Reference

Go to the source code of this file.

Data Structures

class  SeqRollupRule
 

Variables

const ROLLUP_ACTION_NOCHANGE 0
 
const ROLLUP_ACTION_SATISFIED 1
 
const ROLLUP_ACTION_NOTSATISFIED 2
 
const ROLLUP_ACTION_COMPLETED 3
 
const ROLLUP_ACTION_INCOMPLETE 4
 
const ROLLUP_CONSIDER_ALWAYS "always"
 
const ROLLUP_CONSIDER_ATTEMPTED "ifAttempted"
 
const ROLLUP_CONSIDER_NOTSKIPPED "ifNotSkipped"
 
const ROLLUP_CONSIDER_NOTSUSPENDED "ifNotSuspended"
 
const ROLLUP_SET_ALL "all"
 
const ROLLUP_SET_ANY "any"
 
const ROLLUP_SET_NONE "none"
 
const ROLLUP_SET_ATLEASTCOUNT "atLeastCount"
 
const ROLLUP_SET_ATLEASTPERCENT "atLeastPercent"
 

Variable Documentation

◆ ROLLUP_ACTION_COMPLETED

const ROLLUP_ACTION_COMPLETED 3

Definition at line 55 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

◆ ROLLUP_ACTION_INCOMPLETE

const ROLLUP_ACTION_INCOMPLETE 4

Definition at line 56 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

◆ ROLLUP_ACTION_NOCHANGE

const ROLLUP_ACTION_NOCHANGE 0

Definition at line 52 of file SeqRollupRule.php.

◆ ROLLUP_ACTION_NOTSATISFIED

const ROLLUP_ACTION_NOTSATISFIED 2

Definition at line 54 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

◆ ROLLUP_ACTION_SATISFIED

const ROLLUP_ACTION_SATISFIED 1

Definition at line 53 of file SeqRollupRule.php.

Referenced by SeqRollupRule\setRollupAction().

◆ ROLLUP_CONSIDER_ALWAYS

const ROLLUP_CONSIDER_ALWAYS "always"

Definition at line 58 of file SeqRollupRule.php.

◆ ROLLUP_CONSIDER_ATTEMPTED

const ROLLUP_CONSIDER_ATTEMPTED "ifAttempted"

Definition at line 59 of file SeqRollupRule.php.

◆ ROLLUP_CONSIDER_NOTSKIPPED

const ROLLUP_CONSIDER_NOTSKIPPED "ifNotSkipped"

Definition at line 60 of file SeqRollupRule.php.

◆ ROLLUP_CONSIDER_NOTSUSPENDED

const ROLLUP_CONSIDER_NOTSUSPENDED "ifNotSuspended"

Definition at line 61 of file SeqRollupRule.php.

◆ ROLLUP_SET_ALL

const ROLLUP_SET_ALL "all"

Definition at line 63 of file SeqRollupRule.php.

◆ ROLLUP_SET_ANY

const ROLLUP_SET_ANY "any"

Definition at line 64 of file SeqRollupRule.php.

◆ ROLLUP_SET_ATLEASTCOUNT

const ROLLUP_SET_ATLEASTCOUNT "atLeastCount"

Definition at line 66 of file SeqRollupRule.php.

◆ ROLLUP_SET_ATLEASTPERCENT

const ROLLUP_SET_ATLEASTPERCENT "atLeastPercent"

Definition at line 67 of file SeqRollupRule.php.

◆ ROLLUP_SET_NONE

const ROLLUP_SET_NONE "none"

Definition at line 65 of file SeqRollupRule.php.