getPK()}|{$this->getParent()}|{$this->getTitle()}|{$this->attributes['host']}|{$this->attributes['content']}|{$this->attributes['proxied']}|{$this->attributes['fixed']}|{$this->attributes['locked']}"; } public function getPK(): string { return $this->attributes[RecordModel::PK]; } public function getTitle(): string { return $this->attributes[RecordModel::TITLE]; } public function setTitle(string $title): void { $this->attributes[RecordModel::TITLE] = $title; } //Common Function public function getParent(): string { return $this->attributes[RecordModel::PARENT]; } }