Constructs a CloseModalDialogCommand object.
bool $persist: (optional) Whether to persist the dialog in the DOM or not.
Overrides CloseDialogCommand::__construct
public function __construct($persist = FALSE) { $this->selector = '#drupal-modal'; $this->persist = $persist; }