17 lines
270 B
Markdown
Raw Normal View History

## Constructor: webPageEmpty
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[long](../types/long.md) | Required|
### Type: [WebPage](../types/WebPage.md)
### Example:
```
$webPageEmpty = ['id' => long, ];
```