PMA\libraries\plugins\schema\pdf\Pdf::setOffline PHP Method

setOffline() public method

Set whether the document is generated from client side DB
public setOffline ( string $value ) : void
$value string whether offline
return void
    public function setOffline($value)
    {
        $this->_offline = $value;
    }