|
dolibarr 18.0.8
|
Class DataPolicy. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| getAllContactNotInformed () | |
| getAllContactNotInformed | |
| getAllCompaniesNotInformed () | |
| getAllCompaniesNotInformed | |
| getAllAdherentsNotInformed () | |
| getAllAdherentsNotInformed | |
Static Public Member Functions | |
| static | sendMailDataPolicyContact ($contact) |
| sendMailDataPolicyContact | |
| static | sendMailDataPolicyCompany ($societe) |
| sendMailDataPolicyCompany | |
| static | sendMailDataPolicyAdherent ($adherent) |
| sendMailDataPolicyAdherent | |
Class DataPolicy.
Definition at line 32 of file datapolicy.class.php.
| DataPolicy::__construct | ( | $db | ) |
Constructor.
Definition at line 39 of file datapolicy.class.php.
| DataPolicy::getAllAdherentsNotInformed | ( | ) |
getAllAdherentsNotInformed
Definition at line 124 of file datapolicy.class.php.
References sendMailDataPolicyAdherent().
| DataPolicy::getAllCompaniesNotInformed | ( | ) |
getAllCompaniesNotInformed
Definition at line 87 of file datapolicy.class.php.
References sendMailDataPolicyCompany().
| DataPolicy::getAllContactNotInformed | ( | ) |
getAllContactNotInformed
Definition at line 49 of file datapolicy.class.php.
References sendMailDataPolicyContact().
|
static |
sendMailDataPolicyAdherent
| Adherent | $adherent | Member |
Definition at line 311 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllAdherentsNotInformed().
|
static |
sendMailDataPolicyCompany
| Societe | $societe | Object societe |
Definition at line 238 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllCompaniesNotInformed().
|
static |
sendMailDataPolicyContact
| mixed | $contact | Contact |
Definition at line 162 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllContactNotInformed().