dolibarr 21.0.0-alpha
|
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 33 of file datapolicy.class.php.
DataPolicy::__construct | ( | $db | ) |
Constructor.
Definition at line 48 of file datapolicy.class.php.
DataPolicy::getAllAdherentsNotInformed | ( | ) |
getAllAdherentsNotInformed
Definition at line 133 of file datapolicy.class.php.
References sendMailDataPolicyAdherent().
DataPolicy::getAllCompaniesNotInformed | ( | ) |
getAllCompaniesNotInformed
Definition at line 96 of file datapolicy.class.php.
References sendMailDataPolicyCompany().
DataPolicy::getAllContactNotInformed | ( | ) |
getAllContactNotInformed
Definition at line 58 of file datapolicy.class.php.
References sendMailDataPolicyContact().
|
static |
sendMailDataPolicyAdherent
Adherent | $adherent | Member |
Definition at line 324 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), getDolGlobalString(), make_substitutions(), and setEventMessage().
Referenced by getAllAdherentsNotInformed().
|
static |
sendMailDataPolicyCompany
Societe | $societe | Object societe |
Definition at line 249 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), getDolGlobalString(), make_substitutions(), and setEventMessage().
Referenced by getAllCompaniesNotInformed().
|
static |
sendMailDataPolicyContact
mixed | $contact | Contact |
Definition at line 171 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), getDolGlobalString(), make_substitutions(), and setEventMessage().
Referenced by getAllContactNotInformed().