Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 67 Rev 111
Line 1... Line 1...
1
<?php
1
<?php
2
class recherchenom extends groupeMacroElement {
2
class recherchenomlatin 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 26... Line 26...
26
        
26
        
Line 27... Line 27...
27
    }
27
    }
28
    
28
    
29
    function ajouterMacroElement()
-
 
30
    {
29
    function ajouterMacroElement()
31
        /*balise:NOM_SELECTION*/
30
    {
32
        $un_macro_element = $this->macroElementFactory('NOM_RECHERCHE', $this->dblock);
31
        $un_macro_element = $this->macroElementFactory('NOM_RECHERCHE', $this->dblock);
Line 33... Line 32...
33
        $un_macro_element->construire();
32
        $un_macro_element->construire();