getPK()}:{$this->getTitle()}"; } public function getPK(): int { return $this->attributes['pid']; } public function getTitle(): string { return $this->attributes['title']; } //Common Function public function setTitle(string $value): void { $this->attributes['title'] = $value; } }