Skip to content

Instantly share code, notes, and snippets.

View adamwojs's full-sized avatar

Adam Wójs adamwojs

View GitHub Profile
@adamwojs
adamwojs / SearchResultBatchIterator.php
Last active June 2, 2020 13:33
SearchResultBatchIterator
<?php
/**
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
declare(strict_types=1);
namespace eZ\Publish\API\Repository\Values\Content\Search;