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

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

x18Entity Cria a tag veicTransp
protected x18Entity ( array $aCampos )
$aCampos array
    protected function x18Entity($aCampos)
    {
        //X18|placa|UF|RNTC|
        $this->make->tagveicTransp($aCampos[1], $aCampos[2], $aCampos[3]);
    }