27 lines
423 B
Markdown
27 lines
423 B
Markdown
|
---
|
||
|
title: foundGif
|
||
|
description: foundGif attributes, type and example
|
||
|
---
|
||
|
## Constructor: foundGif
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|webpage|[WebPage](../types/WebPage.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [FoundGif](../types/FoundGif.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$foundGif = ['_' => 'foundGif', 'webpage' => WebPage, ];
|
||
|
```
|
||
|
|