MRatios : remove ref
This commit is contained in:
parent
fbf5602231
commit
f3d9d8094b
@ -1,8 +1,7 @@
|
||||
<?php
|
||||
/** Auto generated class 2016-08-09 11:48:55*/
|
||||
/** Auto generated class 2017-01-19 16:16:49*/
|
||||
class Metier_Scores_MRatios
|
||||
{
|
||||
|
||||
public $efftr = null;
|
||||
|
||||
/** Tableau de conversion des communes **/
|
||||
@ -212,13 +211,8 @@ class Metier_Scores_MRatios
|
||||
'R44c'=>'Rs[841]',
|
||||
);
|
||||
|
||||
public function __construct($db = null)
|
||||
public function __construct()
|
||||
{
|
||||
if ( $db === null ) {
|
||||
$this->iDb = new Metier_Util_Db();
|
||||
} else {
|
||||
$this->iDb = $db;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -75,7 +75,6 @@ if (isset($opts->ratios)) {
|
||||
fwrite($fp, "/** Auto generated class ".date('Y-m-d H:i:s')."*/" . "\n");
|
||||
fwrite($fp, "class Metier_Scores_MRatios
|
||||
{
|
||||
|
||||
public \$efftr = null;
|
||||
|
||||
/** Tableau de conversion des communes **/
|
||||
@ -285,13 +284,8 @@ if (isset($opts->ratios)) {
|
||||
'R44c'=>'Rs[841]',
|
||||
);
|
||||
|
||||
public function __construct(\$db = null)
|
||||
public function __construct()
|
||||
{
|
||||
if ( \$db === null ) {
|
||||
\$this->iDb = new Metier_Util_Db();
|
||||
} else {
|
||||
\$this->iDb = \$db;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user