getPK()}|{$this->attributes['account_uid']}|{$this->getTitle()}|{$this->attributes['development_mode']}|{$this->attributes['ipv6']}|{$this->attributes['security_level']}"; } public function getPK(): int { return $this->attributes['uid']; } public function getTitle(): string { return $this->attributes['id']; } public function setTitle(string $title): void { $this->attributes['id'] = $title; } //Common Function }