NFePHP\NFe\ConvertNFe::cEntity PHP Method

cEntity() protected method

cEntity
protected cEntity ( array $aCampos )
$aCampos array
    protected function cEntity($aCampos)
    {
        //C|XNome|XFant|IE|IEST|IM|CNAE|CRT|
        $this->linhaC[0] = $aCampos[0];
        $this->linhaC[1] = $aCampos[1];
        $this->linhaC[2] = $aCampos[2];
        $this->linhaC[3] = $aCampos[3];
        $this->linhaC[4] = $aCampos[4];
        $this->linhaC[5] = $aCampos[5];
        $this->linhaC[6] = $aCampos[6];
        $this->linhaC[7] = $aCampos[7];
        $this->linhaC[8] = '';
        //CNPJ
        $this->linhaC[9] = '';
        //CPF
    }