Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 9 |
Lines | 12 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | View Code Duplication | public function default_model() |
|
17 | { |
||
18 | return array( |
||
19 | 'name' => '', |
||
20 | 'id' => '', |
||
21 | 'disabled' => false, |
||
22 | 'readonly' => false, |
||
23 | 'default' => 'off', |
||
24 | 'filter' => array( $this, 'filter' ), |
||
25 | 'show' => null |
||
26 | ); |
||
27 | } |
||
28 | |||
53 | } |