sender; } public function getCommand() : string{ return $this->command; } public function setCommand(string $command) : void{ $this->command = $command; } }