コード例 #1
0
 /**
  * constructor to set mode to creditmemo
  */
 public function __construct()
 {
     parent::__construct();
     $this->setMode('creditmemo');
 }
コード例 #2
0
ファイル: Default.php プロジェクト: codedge/firegento-pdf
 /**
  * constructor to set shipping mode
  */
 public function __construct()
 {
     parent::__construct();
     $this->setMode('shipment');
 }
コード例 #3
0
ファイル: Default.php プロジェクト: riker09/firegento-pdf
 /**
  * constructor to set mode to invoice
  */
 public function __construct()
 {
     parent::__construct();
     $this->setMode('invoice');
 }