| Total Complexity | 1 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class GanttConstraint |
||
| 14 | { |
||
| 15 | public $iConstrainRow; |
||
| 16 | public $iConstrainType; |
||
| 17 | public $iConstrainColor; |
||
| 18 | public $iConstrainArrowSize; |
||
| 19 | public $iConstrainArrowType; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * CONSTRUCTOR. |
||
| 23 | * |
||
| 24 | * @param mixed $aRow |
||
| 25 | * @param mixed $aType |
||
| 26 | * @param mixed $aColor |
||
| 27 | * @param mixed $aArrowSize |
||
| 28 | * @param mixed $aArrowType |
||
| 29 | */ |
||
| 30 | public function __construct($aRow, $aType, $aColor, $aArrowSize, $aArrowType) |
||
| 39 |