Mike42\Escpos\PrintConnectors\DummyPrintConnector::__destruct PHP 메소드

__destruct() 공개 메소드

public __destruct ( )
    public function __destruct()
    {
        if ($this->buffer !== null) {
            trigger_error("Print connector was not finalized. Did you forget to close the printer?", E_USER_NOTICE);
        }
    }