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
Return Return
(TCPDF) object.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.5.029 | Introduced. |