18 lines
381 B
Markdown
18 lines
381 B
Markdown
|
## Constructor: photos\_photos
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|photos|Array of [Photo](../types/Photo.md) | Required|
|
||
|
|users|Array of [User](../types/User.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [photos\_Photos](../types/photos\_Photos.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$photos_photos = ['photos' => [Photo], 'users' => [User], ];
|
||
|
```
|