Total Complexity | 8 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class InfoBox extends Component |
||
8 | { |
||
9 | public $bg; |
||
10 | public $icon; |
||
11 | public $title; |
||
12 | public $text; |
||
13 | public $full; |
||
14 | public $grad; |
||
15 | public $id; |
||
16 | public $progress; |
||
17 | public $comment; |
||
18 | |||
19 | 2 | public function __construct( |
|
33 | 2 | } |
|
34 | |||
35 | 1 | public function background() |
|
38 | } |
||
39 | |||
40 | 1 | public function foreground() |
|
43 | } |
||
44 | |||
45 | 1 | public function render() |
|
50 |