Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function __construct($identifier,$labels=array(), $attributes=array()) { |
||
19 | parent::__construct($identifier, "div", "ui labels"); |
||
20 | $this->_states=\array_merge(Size::getConstants(),Color::getConstants(),["tag","circular"]); |
||
21 | $this->addItems($labels); |
||
22 | $this->setStates($attributes); |
||
23 | } |
||
24 | |||
42 | } |