connection; } public function setConnection(ConnectionInterface $connection): Base { $this->connection = $connection; return $this; } }