Mike42\Escpos\PrintConnectors\FilePrintConnector::__destruct PHP Метод

__destruct() публичный Метод

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