| 1 | <?php |
||
| 13 | class Device extends Data |
||
| 14 | { |
||
| 15 | /** @var string Model Name */ |
||
| 16 | public $ModelName = D_NA; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Device constructor. |
||
| 20 | * @param \SimpleXMLElement $xmlData Xml data from file |
||
| 21 | */ |
||
| 22 | public function __construct(\SimpleXMLElement $xmlData) |
||
| 45 | |||
| 46 | public static function initEmpty() |
||
| 50 | } |
||
| 51 |