Esempio n. 1
0
 /**
  * Construtor
  * Instancia as propriedades da classe
  */
 public function __construct()
 {
     $this->bloco = [];
     $this->total = [];
     $this->item = [];
     $this->informacao = [];
     $this->group = get_class();
     parent::__construct();
 }
Esempio n. 2
0
 /**
  * Construtor
  * Instancia as propriedades da classe
  */
 public function __construct()
 {
     $this->bloco = [];
     $this->estoque = [];
     $this->estoqueMovimentacao = [];
     $this->industrializacaoInsumos = [];
     $this->industrializacaoItem = [];
     $this->periodoApuracao = [];
     $this->producaoInsumos = [];
     $this->producaoItem = [];
     $this->group = get_class();
     parent::__construct();
 }