Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 163 Rev 201
Line 59... Line 59...
59
 
59
 
60
		$chemins = array();
60
		$chemins = array();
61
		$chemins[] = $this->cheminBase.$this->getNom().DS;
61
		$chemins[] = $this->cheminBase.$this->getNom().DS;
62
		$chemins[] = $this->cheminBase.'commun'.DS;
62
		$chemins[] = $this->cheminBase.'commun'.DS;
-
 
63
		$chemins[] = $this->cheminBiblio;
63
		$chemins[] = $this->cheminBiblio;
64
		$chemins[] = $this->cheminBiblio.'interfaces'.DS;
64
		$chemins[] = $this->cheminBiblio.'nom'.DS;
65
		$chemins[] = $this->cheminBiblio.'nom'.DS;
Line 65... Line 66...
65
		$chemins[] = $this->cheminBiblio.'nom'.DS.'decorateurs'.DS;
66
		$chemins[] = $this->cheminBiblio.'nom'.DS.'decorateurs'.DS;
66
 
67
 
Line 112... Line 113...
112
						$classeNom = 'NomRelations'.ucfirst($position5);
113
						$classeNom = 'NomRelations'.ucfirst($position5);
113
					}
114
					}
114
				}
115
				}
115
			}
116
			}
116
		}
117
		}
-
 
118
		$classeNomProjet = $classeNom.ucfirst($this->getNom());
117
		return $classeNom;
119
		return $classeNomProjet;
118
	}
120
	}
Line 119... Line 121...
119
 
121
 
120
	public function verifier() {
122
	public function verifier() {
121
		$this->paramsVerif->verifier();
123
		$this->paramsVerif->verifier();