public function AjaxPageControllerBase::setEndCommand in Forena Reports 8
Set the final command to be run as part of the ajax replacment.
Parameters
object $command: AjaxCommand object. There doesn't appear to be a base ajax command type for drupal.
File
- src/Controller/ AjaxPageControllerBase.php, line 614 
Class
Namespace
Drupal\forena\ControllerCode
public function setEndCommand($command) {
  $this->endCommand = $command;
}