| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | public function rules() |
||
| 23 | { |
||
| 24 | return [ |
||
| 25 | [['device_id', 'switch_id', 'no', 'base_device_id'], 'integer'], |
||
| 26 | [ |
||
| 27 | [ |
||
| 28 | 'switch_name', 'device_name', 'base_device_name', 'port', 'type', 'switch', 'switch_label', |
||
| 29 | 'switch_inn', 'device_ip', 'switch_ip', 'web_iface_only', |
||
| 30 | ], |
||
| 31 | 'string', |
||
| 32 | ], |
||
| 41 |