You are here

public function CommandWrapper::__construct in Ubercart 8.4

Constructs an CommandWrapper object.

Parameters

array $command: The command.

File

uc_store/src/Ajax/CommandWrapper.php, line 25

Class

CommandWrapper
AJAX command wrapper for commands that have already been rendered.

Namespace

Drupal\uc_store\Ajax

Code

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