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