TCPDF::rollbackTransaction( $self = false )

This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().


Description Description


Parameters Parameters

$self

(Optional) (boolean) if true restores current class object to previous state without the need of reassignment via the returned value.

Default value: false


Top ↑

Return Return

(TCPDF) object.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.029 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.