previousPage; } public function getCurrentPage(): Page { return $this->currentPage; } public function isSaveAndClose(): bool { return $this->saveAndClose; } public function isApply(): bool { return $this->apply; } public function isSaveAsDraft(): bool { return $this->saveAsDraft; } public function isApplyDraft(): bool { return $this->applyDraft; } public function isDiscardDraft(): bool { return $this->discardDraft; } }