| Total Complexity | 4 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class SmallBox extends Component |
||
| 8 | { |
||
| 9 | public $bg; |
||
| 10 | public $icon; |
||
| 11 | public $title; |
||
| 12 | public $text; |
||
| 13 | public $url; |
||
| 14 | public $urlText; |
||
| 15 | public $loading; |
||
| 16 | public $id; |
||
| 17 | |||
| 18 | 2 | public function __construct( |
|
| 31 | 2 | } |
|
| 32 | |||
| 33 | 1 | public function urlTextLine() |
|
| 36 | } |
||
| 37 | |||
| 38 | 1 | public function render() |
|
| 43 |