We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
7 | class Datalist extends Component |
||
8 | { |
||
9 | public $columns; |
||
10 | public $entry; |
||
11 | public $crud; |
||
12 | public $displayActionsColumn; |
||
13 | |||
14 | /** |
||
15 | * Create a new component instance. |
||
16 | */ |
||
17 | public function __construct($columns, $entry, $crud, $displayActionsColumn = true) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Get the view / contents that represent the component. |
||
27 | */ |
||
28 | public function render() |
||
38 |