ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ConditionalDataBar.php
Go to the documentation of this file.
1<?php
2
4
6{
10 private $showValue;
11
16
19
21 private $color;
22
27
31 public function getShowValue()
32 {
33 return $this->showValue;
34 }
35
39 public function setShowValue($showValue)
40 {
41 $this->showValue = $showValue;
42
43 return $this;
44 }
45
50 {
52 }
53
55 {
56 $this->minimumConditionalFormatValueObject = $minimumConditionalFormatValueObject;
57
58 return $this;
59 }
60
65 {
67 }
68
70 {
71 $this->maximumConditionalFormatValueObject = $maximumConditionalFormatValueObject;
72
73 return $this;
74 }
75
76 public function getColor(): string
77 {
78 return $this->color;
79 }
80
81 public function setColor(string $color): self
82 {
83 $this->color = $color;
84
85 return $this;
86 }
87
92 {
94 }
95
97 {
98 $this->conditionalFormattingRuleExt = $conditionalFormattingRuleExt;
99
100 return $this;
101 }
102}
An exception for terminatinating execution or to throw for unit testing.
setConditionalFormattingRuleExt(ConditionalFormattingRuleExtension $conditionalFormattingRuleExt)
setMaximumConditionalFormatValueObject(ConditionalFormatValueObject $maximumConditionalFormatValueObject)
setMinimumConditionalFormatValueObject(ConditionalFormatValueObject $minimumConditionalFormatValueObject)
if(PHP_SAPI !='cli') color
Definition: langcheck.php:120