| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function __construct(string $text = "", string $type = self::TYPE_NORMAL, string $controlId = null) |
||
| 15 | { |
||
| 16 | parent::__construct($text, $type, $controlId); |
||
| 17 | $this->setAreaColor("0004") |
||
| 18 | ->setAreaFocusColor("0004") |
||
| 19 | ->setTextSize(1) |
||
| 20 | ->setTextFont("") |
||
| 21 | ->setTextPrefix(" ") |
||
| 22 | ->setAlign("left", "center2") |
||
| 23 | ->setScriptEvents(true); |
||
| 24 | } |
||
| 25 | |||
| 27 |