mainPageSuffix = $mainPageSuffix; } public function getMainPageSuffix() { return $this->mainPageSuffix; } public function setNotFoundPage($notFoundPage) { $this->notFoundPage = $notFoundPage; } public function getNotFoundPage() { return $this->notFoundPage; } }