| 1 | <?php |
||
| 15 | class UserProfilePhotosArray extends CustomType implements CustomArrayType |
||
| 16 | { |
||
| 17 | public $data = []; |
||
| 18 | |||
| 19 | 3 | public function __construct(array $data = null, LoggerInterface $logger = null) |
|
| 32 | |||
| 33 | /** |
||
| 34 | * Traverses through our $data, yielding the result set |
||
| 35 | * |
||
| 36 | * @return \Generator |
||
| 37 | */ |
||
| 38 | public function traverseObject() |
||
| 44 | } |
||
| 45 |