Constructs a \Drupal\views\Ajax\ReplaceTitleCommand object.
string $output: The form to display in the modal.
string $title: The title of the form.
string $url: (optional) An optional URL of the form.
public function __construct($output, $title, $url = NULL) {
$this->output = $output;
$this->title = $title;
$this->url = $url;
}