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