entity = $page; $this->isNew = $isNew; } /** * Returns the Page entity. * * @return Page */ public function getPage() { return $this->entity; } /** * Sets the Page entity. */ public function setPage(Page $page): void { $this->entity = $page; } }