1 | <?php |
||
21 | class ObjectIterator extends AbstractLazyCollection |
||
22 | { |
||
23 | private $converter; |
||
24 | protected $collection; |
||
25 | private $namespace; |
||
26 | |||
27 | public function __construct(string $namespace, array $array, Converter $converter) |
||
33 | |||
34 | protected function convertDocument(array $data) |
||
38 | |||
39 | protected function doInitialize() |
||
45 | } |
||
46 |