| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class SystemBios extends CimSystemComponent |
||
| 12 | { |
||
| 13 | protected $uuid = '{8502C4EE-5FBB-11D2-AAC1-006008C78BC7}'; |
||
| 14 | |||
| 15 | protected $attribute_name_replacements = [ |
||
| 16 | 'partComponent' => 'Win32_BIOS', |
||
| 17 | 'groupComponent' => 'Win32_ComputerSystem', |
||
| 18 | ]; |
||
| 19 | |||
| 20 | public static function query($connection = null) |
||
| 25 |