NFePHP\NFe\ConvertNFe::x18Entity PHP Method

x18Entity() protected method

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]);
    }