|
dolibarr 23.0.3
|
Ensemble de functions 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 information. | |
| member_type_prepare_head (AdherentType $object) | |
| Return array head with list of tabs to view object information. | |
| member_admin_prepare_head () | |
| Return array head with list of tabs to view object information. | |
| member_stats_prepare_head ($object) | |
| Return array head with list of tabs to view object stats information. | |
| subscription_prepare_head (Subscription $object) | |
| Return array head with list of tabs to view object information. | |
Ensemble de functions 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 information.
Definition at line 223 of file member.lib.php.
References complete_head_from_modules(), and dolBuildUrl().
| member_prepare_head | ( | Adherent | $object | ) |
Return array head with list of tabs to view object information.
| Adherent | $object | Member |
Definition at line 35 of file member.lib.php.
References $object, complete_head_from_modules(), Link\count(), dol_dir_list(), dol_getcache(), dol_print_error(), dol_setcache(), dol_syslog(), dolBuildUrl(), get_exdir(), getDolGlobalString(), and isModEnabled().
Referenced by ActionsAdherentCardDefault\assign_values().
| member_stats_prepare_head | ( | $object | ) |
Return array head with list of tabs to view object stats information.
| Adherent | $object | Member or null |
Definition at line 285 of file member.lib.php.
References $object, complete_head_from_modules(), and dolBuildUrl().
| member_type_prepare_head | ( | AdherentType | $object | ) |
Return array head with list of tabs to view object information.
| AdherentType | $object | Member |
Definition at line 177 of file member.lib.php.
References $object, complete_head_from_modules(), dolBuildUrl(), getDolGlobalInt(), getDolGlobalString(), and isModEnabled().
| subscription_prepare_head | ( | Subscription | $object | ) |
Return array head with list of tabs to view object information.
| Subscription | $object | Subscription |
Definition at line 339 of file member.lib.php.
References $object, complete_head_from_modules(), and dolBuildUrl().