DominionEnterprises\Mongo\QueueInterface::ensureGetIndex PHP 메소드

ensureGetIndex() 공개 메소드

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.
리턴 void
    public function ensureGetIndex(array $beforeSort = [], array $afterSort = []);