Total Complexity | 8 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 0% |
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 | public function __construct( |
||
33 | } |
||
34 | |||
35 | public function background() |
||
38 | } |
||
39 | |||
40 | public function foreground() |
||
43 | } |
||
44 | |||
45 | public function render() |
||
50 |