Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 201 Rev 207
Line 113... Line 113...
113
						$classeNom = 'NomRelations'.ucfirst($position5);
113
						$classeNom = 'NomRelations'.ucfirst($position5);
114
					}
114
					}
115
				}
115
				}
116
			}
116
			}
117
		}
117
		}
118
		$classeNomProjet = $classeNom.ucfirst($this->getNom());
118
		$classeNomProjet = $classeNom.'Generique';//.ucfirst($this->getNom());
119
		return $classeNomProjet;
119
		return $classeNomProjet;
120
	}
120
	}
Line 121... Line 121...
121
 
121
 
122
	public function verifier() {
122
	public function verifier() {