| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for SeqRollupRule:
 Collaboration diagram for SeqRollupRule:| Public Member Functions | |
| __construct () | |
| setRollupAction ($iAction) | |
| Data Fields | |
| $mAction = ROLLUP_ACTION_SATISFIED | |
| $mChildActivitySet = ROLLUP_SET_ALL | |
| $mMinCount = 0 | |
| $mMinPercent = 0.0 | |
| $mConditions = null | |
Definition at line 69 of file SeqRollupRule.php.
| SeqRollupRule::__construct | ( | ) | 
Definition at line 81 of file SeqRollupRule.php.
| SeqRollupRule::setRollupAction | ( | $iAction | ) | 
Definition at line 85 of file SeqRollupRule.php.
References ROLLUP_ACTION_COMPLETED, ROLLUP_ACTION_INCOMPLETE, ROLLUP_ACTION_NOTSATISFIED, and ROLLUP_ACTION_SATISFIED.
| SeqRollupRule::$mAction = ROLLUP_ACTION_SATISFIED | 
Definition at line 71 of file SeqRollupRule.php.
| SeqRollupRule::$mChildActivitySet = ROLLUP_SET_ALL | 
Definition at line 73 of file SeqRollupRule.php.
| SeqRollupRule::$mConditions = null | 
Definition at line 79 of file SeqRollupRule.php.
| SeqRollupRule::$mMinCount = 0 | 
Definition at line 75 of file SeqRollupRule.php.
| SeqRollupRule::$mMinPercent = 0.0 | 
Definition at line 77 of file SeqRollupRule.php.