Example #1
0
 /**
  * constructor to set mode to creditmemo
  */
 public function __construct()
 {
     parent::__construct();
     $this->setMode('creditmemo');
 }
Example #2
0
 /**
  * constructor to set shipping mode
  */
 public function __construct()
 {
     parent::__construct();
     $this->setMode('shipment');
 }
Example #3
0
 /**
  * constructor to set mode to invoice
  */
 public function __construct()
 {
     parent::__construct();
     $this->setMode('invoice');
 }