PMA\libraries\Footer::setAjax PHP Method

setAjax() public method

Set the ajax flag to indicate whether we are servicing an ajax request
public setAjax ( boolean $isAjax ) : void
$isAjax boolean Whether we are servicing an ajax request
return void
    public function setAjax($isAjax)
    {
        $this->_isAjax = (bool) $isAjax;
    }