DominionEnterprises\Mongo\QueueInterface::ensureGetIndex PHP Method

ensureGetIndex() public method

Ensure an index for the get() method.
public ensureGetIndex ( array $beforeSort = [], array $afterSort = [] ) : void
$beforeSort array fields in get() call to index before the sort field.
$afterSort array fields in get() call to index after the sort field.
return void
    public function ensureGetIndex(array $beforeSort = [], array $afterSort = []);