Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->sumatotal = 0;
     $this->linies = 0;
     $this->linies_diez = 0;
     $this->ordenante = NULL;
     $this->beneficiarios = array();
     $this->buffer = '';
 }