dolibarr 24.0.0-beta
member.lib.php File Reference

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.
 
 membership_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.
 

Detailed Description

Ensemble de functions de base pour les adherents.

Functions for module members.

Definition in file member.lib.php.

Function Documentation

◆ member_admin_prepare_head()

member_admin_prepare_head ( )

Return array head with list of tabs to view object information.

Returns
array<int,array<int,string>> head links

Definition at line 223 of file member.lib.php.

References $conf, complete_head_from_modules(), and dolBuildUrl().

◆ member_prepare_head()

member_prepare_head ( Adherent $object)

Return array head with list of tabs to view object information.

Parameters
Adherent$objectMember
Returns
array<int,array<int,string>> head links

Definition at line 35 of file member.lib.php.

References $conf, $db, $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()

member_stats_prepare_head ( $object)

Return array head with list of tabs to view object stats information.

Parameters
Adherent$objectMember or null
Returns
array<int,array<int,string>> head links

Definition at line 284 of file member.lib.php.

References $conf, $object, complete_head_from_modules(), and dolBuildUrl().

◆ member_type_prepare_head()

member_type_prepare_head ( AdherentType $object)

Return array head with list of tabs to view object information.

Parameters
AdherentType$objectMember
Returns
array<int,array<int,string>> head links

Definition at line 177 of file member.lib.php.

References $conf, $object, complete_head_from_modules(), dolBuildUrl(), getDolGlobalInt(), getDolGlobalString(), and isModEnabled().

◆ membership_stats_prepare_head()

membership_stats_prepare_head ( $object)

Return array head with list of tabs to view object stats information.

Parameters
Adherent$objectMember or null
Returns
array<int,array<int,string>> head links

Definition at line 334 of file member.lib.php.

References $conf, $object, complete_head_from_modules(), and dolBuildUrl().

◆ subscription_prepare_head()

subscription_prepare_head ( Subscription $object)

Return array head with list of tabs to view object information.

Parameters
Subscription$objectSubscription
Returns
array<int,array<int,string>> head links

Definition at line 364 of file member.lib.php.

References $conf, $db, $object, complete_head_from_modules(), and dolBuildUrl().