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

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

i05cEntity Cria a tag CEST
protected i05cEntity ( array $aCampos )
$aCampos array
    protected function i05cEntity($aCampos)
    {
        //I05C|CEST
        $this->make->tagCEST($this->nItem, $aCampos[1]);
    }