Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 435 → Rev 436

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