Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Regard whitespace Rev 435 → Rev 436

/trunk/metier/api_0.1/Eflore.php
32,6 → 32,10
$this->projet = $projet;
}
 
public function getProjet($projet) {
return $this->projet;
}
 
public function getEnteteTotal() {
return $this->entete['total'];
}