Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 91 → Rev 92

/trunk/bibliotheque/metier/aGttSql.class.php
245,6 → 245,11
return false;
}
}
 
/** Afficher l'objet courrant. */
public function afficher()
{
echo '<pre>'.print_r($this, true).'</pre>';
}
}
?>