Total Complexity | 2 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
6 | class RolesInherits extends AbstractModel |
||
7 | { |
||
8 | /** |
||
9 | * |
||
10 | * @var integer |
||
11 | */ |
||
12 | public $roles_id; |
||
13 | |||
14 | /** |
||
15 | * |
||
16 | * @var integer |
||
17 | */ |
||
18 | public $roles_inherit; |
||
19 | |||
20 | /** |
||
21 | * Initialize method for model. |
||
22 | */ |
||
23 | 1 | public function initialize() |
|
32 | ); |
||
33 | 1 | } |
|
34 | |||
35 | /** |
||
36 | * Returns table name mapped in the model. |
||
37 | * |
||
38 | * @return string |
||
39 | */ |
||
40 | 1 | public function getSource(): string |
|
45 |