2016-12-20 13:15:22 +01:00
|
|
|
---
|
|
|
|
title: photoSize
|
2016-12-20 13:32:11 +01:00
|
|
|
description: photoSize attributes, type and example
|
2016-12-20 13:15:22 +01:00
|
|
|
---
|
2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: photoSize
|
2016-12-20 13:15:22 +01:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|type|[string](../types/string.md) | Required|
|
|
|
|
|location|[FileLocation](../types/FileLocation.md) | Required|
|
|
|
|
|w|[int](../types/int.md) | Required|
|
|
|
|
|h|[int](../types/int.md) | Required|
|
|
|
|
|size|[int](../types/int.md) | Required|
|
|
|
|
|
2016-12-19 18:56:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [PhotoSize](../types/PhotoSize.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-30 16:32:25 +01:00
|
|
|
$photoSize = ['_' => photoSize, 'type' => string, 'location' => FileLocation, 'w' => int, 'h' => int, 'size' => int, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|