| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 10 |
| Lines | 13 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | View Code Duplication | public function default_model() |
|
| 12 | { |
||
| 13 | return array( |
||
| 14 | 'name' => '', |
||
| 15 | 'disabled' => false, |
||
| 16 | 'size' => null, |
||
| 17 | 'min' => null, |
||
| 18 | 'max' => null, |
||
| 19 | 'step' => null, |
||
| 20 | 'required' => false, |
||
| 21 | 'readonly' => false |
||
| 22 | ); |
||
| 23 | } |
||
| 24 | |||
| 34 | } |