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

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

i50Entity
protected i50Entity ( array $aCampos )
$aCampos array
    protected function i50Entity($aCampos)
    {
        //I50|nDraw|
        $this->linhaI50[0] = $aCampos[1];
        $this->linhaI50[1] = '';
        $this->linhaI50[2] = '';
        $this->linhaI50[3] = '';
        $this->zLinhaI50Entity($this->linhaI50);
    }