\FireGento_Pdf_Model_Invoice
Invoice model rewrite.
The invoice model serves as a proxy to the actual PDF engine as set via
backend configuration.
- Author: FireGento Team <team@firegento.com>
- Copyright: 2013 FireGento Team (http://www.firegento.com)
- License: http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
Synopsis
class FireGento_Pdf_Model_Invoice
{
- // members
- private Mage_Sales_Model_Order_Pdf_Abstract $_engine;
- // methods
- protected Mage_Sales_Model_Order_Pdf_Abstract|Mage_Sales_Model_Order_Pdf_Invoice getEngine()
- public mixed getPdf()
Members
private
- $_engine
—
Mage_Sales_Model_Order_Pdf_Abstract
The actual PDF engine responsible for rendering the file.