Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 498 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 498 Rev 838
Line 26... Line 26...
26
		}
26
		}
27
	}
27
	}
Line 28... Line 28...
28
 
28
 
29
	public function setResultatService($resultat) {
29
	public function setResultatService($resultat) {
30
		if (!($resultat instanceof ResultatService)) {
30
		if (!($resultat instanceof ResultatService)) {
31
			$this->resultatService->corps = $resultat;
31
			$this->resultatService->corps = is_null($resultat) ? '' : $resultat;
32
		} else {
32
		} else {
33
			$this->resultatService = $resultat;
33
			$this->resultatService = $resultat;
34
		}
34
		}