Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 38 Rev 42
Line 42... Line 42...
42
    function recupererErreur()
42
    function recupererErreur()
43
    {
43
    {
44
        return $this->erreur;
44
        return $this->erreur;
45
    }
45
    }
Line -... Line 46...
-
 
46
    
-
 
47
    function afficherPattern($chemin,$nom_fonction)
-
 
48
	{
-
 
49
		//echo "boucle</br>";
-
 
50
		for($i=0;$i<count($this->collection);$i++)
-
 
51
		{
-
 
52
			$blockdonnees =$this->collection[$i];
-
 
53
			$blockdonnees->afficherPattern($chemin,$nom_fonction);			
-
 
54
		}
-
 
55
	}
46
    
56
    
47
    function afficher()
57
    function afficher()
48
    {
58
    {
49
        echo '<li><b>'.$this->identifiant.'</b></li>';
59
        echo '<li><b>'.$this->identifiant.'</b></li>';
50
        for($i = 0; $i < count($this->collection); $i++) {
60
        for($i = 0; $i < count($this->collection); $i++) {