dolibarr  17.0.4
Functions
member.lib.php File Reference

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

Detailed Description

Ensemble de fonctions 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 informations.

Returns
array head

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

◆ member_prepare_head()

member_prepare_head ( Adherent  $object)

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

Parameters
Adherent$objectMember
Returns
array head

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

◆ member_stats_prepare_head()

member_stats_prepare_head (   $object)

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

Parameters
Adherent$objectMember or null
Returns
array head

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

◆ member_type_prepare_head()

member_type_prepare_head ( AdherentType  $object)

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

Parameters
AdherentType$objectMember
Returns
array head

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

◆ subscription_prepare_head()

subscription_prepare_head ( Subscription  $object)

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

Parameters
Subscription$objectSubscription
Returns
array head

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