コード例 #1
0
ファイル: Generico9.php プロジェクト: rctnet/opencnabphp
 protected function set_qtd_registros($value)
 {
     $lote = RemessaAbstract::getLote(RemessaAbstract::$loteCounter);
     $this->data['qtd_registros'] = $lote->get_counter() + 2;
 }
コード例 #2
0
ファイル: Generico2.php プロジェクト: rctnet/opencnabphp
 protected function set_numero_registro($value)
 {
     $lote = RemessaAbstract::getLote(0);
     $this->data['numero_registro'] = $lote->get_counter();
 }
コード例 #3
0
ファイル: Generico3.php プロジェクト: rctnet/opencnabphp
 protected function set_com_registro($value)
 {
     $lote = RemessaAbstract::getLote(RemessaAbstract::$loteCounter);
     $this->data['com_registro'] = $lote->tipo_servico;
 }