---
title: __construct
---

```php
__construct ( [ object $dom ] ) : object
```

| Parameter     | Description
| ---------     | -----------
| `dom`         | An object of type [`HtmlDocument`](api/HtmlDocument/).

Constructs a new object of type `HtmlNode`, assignes `$dom` as DOM object and adds itself to the list of nodes in `$dom`.
