Total Complexity | 3 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
8 | class CimLogicalDevice extends CimLogicalElement |
||
9 | { |
||
10 | protected $uuid = '{8502C529-5FBB-11D2-AAC1-006008C78BC7}'; |
||
11 | |||
12 | protected $availability; |
||
13 | |||
14 | protected $configManagerErrorCode; |
||
15 | |||
16 | protected $configManagerUserConfig; |
||
17 | |||
18 | protected $creationClassName; |
||
19 | |||
20 | protected $deviceID; |
||
21 | |||
22 | protected $errorCleared; |
||
23 | |||
24 | protected $errorDescription; |
||
25 | |||
26 | protected $lastErrorCode; |
||
27 | |||
28 | protected $pNPDeviceID; |
||
29 | |||
30 | protected $powerManagementCapabilities = []; |
||
31 | |||
32 | protected $powerManagementSupported; |
||
33 | |||
34 | protected $statusInfo; |
||
35 | |||
36 | protected $systemCreationClassName; |
||
37 | |||
38 | protected $systemName; |
||
39 | |||
40 | protected $attribute_casting = [ |
||
41 | 'systemName' => 'string', |
||
42 | ]; |
||
43 | |||
44 | public function reset() |
||
45 | { |
||
46 | // |
||
47 | } |
||
48 | |||
49 | public function setPowerState() |
||
51 | // |
||
52 | } |
||
53 | |||
54 | public function getDeviceId() |
||
59 |