dolibarr 19.0.3
|
Class to offer a selector of emailing targets with Rule 'xinputfile'. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
getSqlArrayForStats () | |
On the main mailing area, there is a box with statistics. | |
getNbOfRecipients ($sql='') | |
Return here number of distinct emails returned by your selector. | |
url ($id) | |
Renvoie url lien vers fiche de la source du destinataire du mailing. | |
formFilter () | |
Affiche formulaire de filtre qui apparait dans page de selection des destinataires de mailings. | |
add_to_target ($mailing_id) | |
Ajoute destinataires dans table des cibles. | |
Public Member Functions inherited from MailingTargets | |
getDesc () | |
Return description of email selector. | |
getNbOfRecords () | |
Return number of records for email selector. | |
update_nb ($mailing_id) | |
Met a jour nombre de destinataires. | |
addTargetsToDatabase ($mailing_id, $cibles) | |
Add a list of targets into the database. | |
clear_target ($mailing_id) | |
Supprime tous les destinataires de la table des cibles. | |
Class to offer a selector of emailing targets with Rule 'xinputfile'.
Definition at line 31 of file xinputfile.modules.php.
mailing_xinputfile::__construct | ( | $db | ) |
Constructor.
Reimplemented from MailingTargets.
Definition at line 51 of file xinputfile.modules.php.
mailing_xinputfile::add_to_target | ( | $mailing_id | ) |
Ajoute destinataires dans table des cibles.
int | $mailing_id | Id of emailing |
Definition at line 129 of file xinputfile.modules.php.
References dol_mkdir(), dol_move_uploaded_file(), dol_string_nohtmltag(), and dol_syslog().
mailing_xinputfile::formFilter | ( | ) |
Affiche formulaire de filtre qui apparait dans page de selection des destinataires de mailings.
Reimplemented from MailingTargets.
Definition at line 108 of file xinputfile.modules.php.
References getMaxFileSizeArray().
mailing_xinputfile::getNbOfRecipients | ( | $sql = '' | ) |
Return here number of distinct emails returned by your selector.
For example if this selector is used to extract 500 different emails from a text file, this function must return 500.
string | $sql | Sql request to count |
Reimplemented from MailingTargets.
Definition at line 83 of file xinputfile.modules.php.
mailing_xinputfile::getSqlArrayForStats | ( | ) |
On the main mailing area, there is a box with statistics.
If you want to add a line in this report you must provide an array of SQL request that returns two field: One called "label", One called "nb".
Definition at line 65 of file xinputfile.modules.php.
mailing_xinputfile::url | ( | $id | ) |
Renvoie url lien vers fiche de la source du destinataire du mailing.
int | $id | ID |
Definition at line 95 of file xinputfile.modules.php.