2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: photoCachedSize
|
|
|
|
|
|
|
|
### 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|
|
|
|
|
|bytes|[bytes](../types/bytes.md) | Required|
|
2016-12-19 18:35:27 +01:00
|
|
|
### Type:
|
2016-12-19 16:56:52 +01:00
|
|
|
|
2016-12-19 18:35:27 +01:00
|
|
|
[PhotoSize](../types/PhotoSize.md)
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$photoCachedSize = ['_' => photoCachedSize', 'type' => string, 'location' => FileLocation, 'w' => int, 'h' => int, 'bytes' => bytes, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|