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.
{
//$this->mRules=$iRules;
}
| SeqRollupRule::setRollupAction | ( | $ | iAction | ) |
Definition at line 85 of file SeqRollupRule.php.
{
if ( $iAction == "satisfied")
{
$this->mAction = ROLLUP_ACTION_SATISFIED;
}
else if ( $iAction=="notSatisfied" )
{
$this->mAction = ROLLUP_ACTION_NOTSATISFIED;
}
else if ( $iAction=="completed" )
{
$this->mAction = ROLLUP_ACTION_COMPLETED;
}
else if ( $iAction=="incomplete")
{
$this->mAction = ROLLUP_ACTION_INCOMPLETE;
}
}
| 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.
1.7.1