You are here

public function ClientCommand::__construct in Heartbeat 8

File

modules/statusmessage/src/Ajax/ClientCommand.php, line 9

Class

ClientCommand

Namespace

Drupal\statusmessage\Ajax

Code

public function __construct($message) {
  $this->message = $message;
}