You are here

public function SelectFeedCommand::__construct in Heartbeat 8

File

src/Ajax/SelectFeedCommand.php, line 15

Class

SelectFeedCommand

Namespace

Drupal\heartbeat\Ajax

Code

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