1 | <?php |
||
13 | class OS extends DataWithVersion |
||
14 | { |
||
15 | /** @var string $Family */ |
||
16 | public $Family = D_NA; |
||
17 | |||
18 | /** |
||
19 | * OS constructor. |
||
20 | * @param \SimpleXMLElement $xmlData Xml data from file |
||
21 | */ |
||
22 | public function __construct(\SimpleXMLElement $xmlData) |
||
46 | |||
47 | public static function initEmpty() |
||
51 | |||
52 | } |
||
53 | |||
57 |