|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for SeqRollupRule:Public Member Functions | |
| __construct () | |
| setRollupAction (string $iAction) | |
Data Fields | |
| int | $mAction = ROLLUP_ACTION_SATISFIED |
| string | $mChildActivitySet = ROLLUP_SET_ALL |
| int | $mMinCount = 0 |
| float | $mMinPercent = 0.0 |
| array | $mConditions = null |
Definition at line 67 of file SeqRollupRule.php.
| SeqRollupRule::__construct | ( | ) |
Definition at line 79 of file SeqRollupRule.php.
| SeqRollupRule::setRollupAction | ( | string | $iAction | ) |
Definition at line 84 of file SeqRollupRule.php.
References ROLLUP_ACTION_COMPLETED, ROLLUP_ACTION_INCOMPLETE, ROLLUP_ACTION_NOTSATISFIED, and ROLLUP_ACTION_SATISFIED.
| int SeqRollupRule::$mAction = ROLLUP_ACTION_SATISFIED |
Definition at line 69 of file SeqRollupRule.php.
| string SeqRollupRule::$mChildActivitySet = ROLLUP_SET_ALL |
Definition at line 71 of file SeqRollupRule.php.
| array SeqRollupRule::$mConditions = null |
Definition at line 77 of file SeqRollupRule.php.
| int SeqRollupRule::$mMinCount = 0 |
Definition at line 73 of file SeqRollupRule.php.
| float SeqRollupRule::$mMinPercent = 0.0 |
Definition at line 75 of file SeqRollupRule.php.