コード例 #1
0
 /**
  * Constructor
  *
  * @param  array  $invoices   model
  */
 public function __construct($invoices)
 {
     parent::__construct();
     $this->_model = $invoices;
 }
コード例 #2
0
 /**
  * Constructor
  *
  * @param  cbpaidProduct  $model
  */
 public function __construct($model)
 {
     parent::__construct();
     $this->_model = $model;
 }