You are here

public function SubCommentCommand::__construct in Heartbeat 8

File

src/Ajax/SubCommentCommand.php, line 15

Class

SubCommentCommand

Namespace

Drupal\heartbeat\Ajax

Code

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