id; } public function getName(): string { return $this->name; } public function getCreator(): User { return $this->creator; } }