getPK()}|{$this->getTitle()}|{$this->getKey()}|{$this->attributes['type']}|{$this->attributes['status']}"; } public function getPK(): int { return $this->attributes['uid']; } public function getTitle(): string { return $this->attributes['email']; } public function setTitle(string $title): void { $this->attributes['email'] = $title; } //Common Function public function getKey(): string { return $this->attributes['key']; } }