dolibarr
x.y.z
|
Ensemble de fonctions de base pour les adherents. More...
Go to the source code of this file.
Functions | |
member_prepare_head (Adherent $object) | |
Return array head with list of tabs to view object informations. More... | |
member_type_prepare_head (AdherentType $object) | |
Return array head with list of tabs to view object informations. More... | |
member_admin_prepare_head () | |
Return array head with list of tabs to view object informations. More... | |
member_stats_prepare_head ($object) | |
Return array head with list of tabs to view object stats informations. More... | |
subscription_prepare_head (Subscription $object) | |
Return array head with list of tabs to view object informations. More... | |
Ensemble de fonctions de base pour les adherents.
Functions for module members.
Definition in file member.lib.php.
member_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 199 of file member.lib.php.
member_prepare_head | ( | Adherent | $object | ) |
Return array head with list of tabs to view object informations.
Adherent | $object | Member |
Definition at line 33 of file member.lib.php.
member_stats_prepare_head | ( | $object | ) |
Return array head with list of tabs to view object stats informations.
Adherent | $object | Member or null |
Definition at line 261 of file member.lib.php.
member_type_prepare_head | ( | AdherentType | $object | ) |
Return array head with list of tabs to view object informations.
AdherentType | $object | Member |
Definition at line 153 of file member.lib.php.
subscription_prepare_head | ( | Subscription | $object | ) |
Return array head with list of tabs to view object informations.
Subscription | $object | Subscription |
Definition at line 315 of file member.lib.php.