Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 208 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 208 Rev 212
Line 112... Line 112...
112
		return $demande;
112
		return $demande;
113
	}
113
	}
Line 114... Line 114...
114
 
114
 
115
	private function traiterChampsRetour() {
115
	private function traiterChampsRetour() {
116
		foreach ($this->decorateurs as $deco) {
116
		foreach ($this->decorateurs as $deco) {
117
			$this->champsRetour = $deco->traiterChampsRetour($this->champsRetour);
-
 
118
			if (count($this->champsRetour) == 0) {
-
 
119
				break;
-
 
120
			}
117
			$deco->traiterChampsRetour($this->champsRetour);
121
		}
118
		}
122
	}
119
	}
123
}
120
}
124
?>
121
?>