Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 290 → Rev 291

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