Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 27 Rev 36
Line 1... Line 1...
1
<?
1
<?php
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
class collectionblockdedonnees{
3
class collectionblockdedonnees{
4
    
4
    
Line 35... Line 35...
35
        return $this->collection;
35
        return $this->collection;
36
    }
36
    }
Line 37... Line 37...
37
    
37
    
38
    function recupererIdentifiant()
38
    function recupererIdentifiant()
39
    {
39
    {
40
        return $this->identifiant;    
40
        return $this->identifiant;
Line 41... Line 41...
41
    }
41
    }
42
    
42
    
43
    function recupererErreur()
43
    function recupererErreur()