Parent Directory | Revision Log | Patch
revision 6929 by softime, Thu Jun 15 16:57:15 2017 UTC | revision 7996 by softime, Fri Jul 20 17:12:33 2018 UTC | |
---|---|---|
# | Line 12 require_once "../gen/obj/bible.class.php | Line 12 require_once "../gen/obj/bible.class.php |
12 | ||
13 | class bible extends bible_gen { | class bible extends bible_gen { |
14 | ||
/** | ||
* Constructeur. | ||
*/ | ||
function __construct($id, &$dnu1 = null, $dnu2 = null) { | ||
$this->constructeur($id); | ||
} | ||
15 | function setType(&$form,$maj) { | function setType(&$form,$maj) { |
16 | parent::setType($form,$maj); | parent::setType($form,$maj); |
17 | // En modes "ajouter" et "modifier" | // En modes "ajouter" et "modifier" |
# | Line 55 class bible extends bible_gen { | Line 48 class bible extends bible_gen { |
48 | ||
49 | } | } |
50 | ||
51 | ?> |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |