getPK()}|{$this->getParent()}|{$this->getTitle()}{$this->attributes['enabled']}"; } public function getPK(): string { return $this->attributes[FirewallModel::PK]; } public function getTitle(): string { return $this->attributes[FirewallModel::TITLE]; } public function setTitle(string $title): void { $this->attributes[FirewallModel::TITLE] = $title; } //Common Function public function getParent(): string { return $this->attributes[FirewallModel::PARENT]; } public function getRulesetID(): string { return $this->attributes['rulesetid']; } }