sql = $sql; $this->current = $current; $this->max = $max; } public function getSql(): string { return $this->sql; } public function getCurrentStep(): int { return $this->current; } public function getMaxStep(): int { return $this->max; } }