Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 36 Rev 66
Line 1... Line 1...
1
<?php
1
<?php
2
class selectionnoms extends groupeMacroElement {
2
class recherchenom extends groupeMacroElement {
3
    function __construct($une_connexion)
3
    function __construct($une_connexion)
4
    {
4
    {
5
        parent::__construct($une_connexion);
5
        parent::__construct($une_connexion);
6
    }
6
    }
Line 27... Line 27...
27
    }
27
    }
Line 28... Line 28...
28
    
28
    
29
    function ajouterMacroElement()
29
    function ajouterMacroElement()
30
    {
30
    {
31
        /*balise:NOM_SELECTION*/
31
        /*balise:NOM_SELECTION*/
32
        $un_macro_element = $this->macroElementFactory('NOM_SELECTION', $this->dblock);
32
        $un_macro_element = $this->macroElementFactory('NOM_RECHERCHE', $this->dblock);
33
        $un_macro_element->construire();
33
        $un_macro_element->construire();
Line 34... Line 34...
34
    }
34
    }
35
    
35
    
36
}
36
}