serializer = $serializer; $this->connection = $connection; } /** * {@inheritdoc} */ public function get($collection) { return new DatabaseStorage($collection, $this->serializer, $this->connection); } }