Total Complexity | 3 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class Bios extends CimBiosElement |
||
12 | { |
||
13 | protected $uuid = '{8502C4E1-5FBB-11D2-AAC1-006008C78BC7}'; |
||
14 | |||
15 | protected $biosCharacteristics; |
||
16 | |||
17 | protected $bIOSVersion; |
||
18 | |||
19 | protected $currentLanguage; |
||
20 | |||
21 | protected $embeddedControllerMajorVersion; |
||
22 | |||
23 | protected $embeddedControllerMinorVersion; |
||
24 | |||
25 | protected $installableLanguages; |
||
26 | |||
27 | protected $listOfLanguages; |
||
28 | |||
29 | protected $releaseDate; |
||
30 | |||
31 | protected $sMBIOSBIOSVersion; |
||
32 | |||
33 | protected $sMBIOSMajorVersion; |
||
34 | |||
35 | protected $sMBIOSMinorVersion; |
||
36 | |||
37 | protected $sMBIOSPresent; |
||
38 | |||
39 | protected $systemBiosMajorVersion; |
||
40 | |||
41 | protected $systemBiosMinorVersion; |
||
42 | |||
43 | public function __construct(array $attributes = []) |
||
63 |