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

allocateIds() public method

public allocateIds ( array $keys, array $options = [] )
$keys array
$options array
    public function allocateIds(array $keys, array $options = [])
    {
        $this->didCallAllocateIds = true;
        return $keys;
    }