sTarget = $sTarget; $this->sAction = $sAction; } public function GetTarget(): string { return $this->sTarget; } public function GetAction(): string { return $this->sAction; } }