|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <[email protected]> |
|
4
|
|
|
* Copyright (C) 2002-2003 Jean-Louis Bergamo <[email protected]> |
|
5
|
|
|
* Copyright (C) 2004-2012 Laurent Destailleur <[email protected]> |
|
6
|
|
|
* Copyright (C) 2004 Sebastien Di Cintio <[email protected]> |
|
7
|
|
|
* Copyright (C) 2004 Benoit Mortier <[email protected]> |
|
8
|
|
|
* Copyright (C) 2009-2017 Regis Houssin <[email protected]> |
|
9
|
|
|
* Copyright (C) 2014-2018 Alexandre Spangaro <[email protected]> |
|
10
|
|
|
* Copyright (C) 2015 Marcos García <[email protected]> |
|
11
|
|
|
* Copyright (C) 2015-2024 Frédéric France <[email protected]> |
|
12
|
|
|
* Copyright (C) 2015 Raphaël Doursenaud <[email protected]> |
|
13
|
|
|
* Copyright (C) 2016 Juanjo Menent <[email protected]> |
|
14
|
|
|
* Copyright (C) 2018-2019 Thibault FOUCART <[email protected]> |
|
15
|
|
|
* Copyright (C) 2019 Nicolas ZABOURI <[email protected]> |
|
16
|
|
|
* Copyright (C) 2020 Josep Lluís Amador <[email protected]> |
|
17
|
|
|
* Copyright (C) 2021 Waël Almoman <[email protected]> |
|
18
|
|
|
* Copyright (C) 2021 Philippe Grand <[email protected]> |
|
19
|
|
|
* Copyright (C) 2024 MDW <[email protected]> |
|
20
|
|
|
* |
|
21
|
|
|
* This program is free software; you can redistribute it and/or modify |
|
22
|
|
|
* it under the terms of the GNU General Public License as published by |
|
23
|
|
|
* the Free Software Foundation; either version 3 of the License, or |
|
24
|
|
|
* (at your option) any later version. |
|
25
|
|
|
* |
|
26
|
|
|
* This program is distributed in the hope that it will be useful, |
|
27
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
28
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
29
|
|
|
* GNU General Public License for more details. |
|
30
|
|
|
* |
|
31
|
|
|
* You should have received a copy of the GNU General Public License |
|
32
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
33
|
|
|
*/ |
|
34
|
|
|
|
|
35
|
|
|
/** |
|
36
|
|
|
* \file htdocs/adherents/class/adherent.class.php |
|
37
|
|
|
* \ingroup member |
|
38
|
|
|
* \brief File of class to manage members of a foundation |
|
39
|
|
|
* |
|
40
|
|
|
* Replaced by Deprecated/Modules/Adherent/Model/Adherent.php |
|
41
|
|
|
*/ |
|
42
|
|
|
|