コード例 #1
0
ファイル: n341.php プロジェクト: kippel/files-banc
 public function __construct()
 {
     parent::__construct();
     $this->sumatotal = 0;
     $this->linies = 0;
     $this->linies_diez = 0;
     $this->ordenante = NULL;
     $this->beneficiarios = array();
     $this->buffer = '';
 }