Version: 5.9.152
Example base: example_003.php
When sub-classing the TCPDF class and adding new functionality, all class members are destroyed on a call of Output() (which calls Close() and this calls _destroy()). There might be a case where someone wants to access the members of his class after outputting the PDF data, e.g. when just fetching it with mode 'S' and doing some stuff afterwards.
2012-03-27 10:19:26 PDT in TCPDF - PHP class...