NFePHP\NFe\ConvertNFe::x22Entity PHP Метод

x22Entity() защищенный Метод

x22Entity Cria a tag reboque
protected x22Entity ( array $aCampos )
$aCampos array
    protected function x22Entity($aCampos)
    {
        //X22|placa|UF|RNTC|vagao|balsa|
        $this->make->tagreboque($aCampos[1], $aCampos[3], $aCampos[4], $aCampos[5], $aCampos[6]);
    }