urls = new ObjectStorage(); } public function getUid(): int { return $this->uid; } public function getTitle(): string { return $this->title; } public function setTitle(string $title): void { $this->title = $title; } public function getTerms(): ObjectStorage { return $this->terms; } public function setTerms(ObjectStorage $terms): void { $this->terms = $terms; } }