Google\Cloud\Tests\Datastore\DatastoreClientStubNoService::lookupBatch PHP Method

lookupBatch() public method

public lookupBatch ( array $keys, array $options = [] )
$keys array
$options array
    public function lookupBatch(array $keys, array $options = [])
    {
        $this->keys = $keys;
        $this->didCallLookupBatch = true;
        return ['found' => [$this->entity($this->key('Kind', 'Value'), ['foo' => 'bar'])]];
    }