dolibarr 18.0.6
|
Class to manage vCard files. More...
Go to the source code of this file.
Classes | |
class | vCard |
Class to buld vCard files. More... | |
Functions | |
encode ($string) | |
Encode a string for vCard. | |
dol_quoted_printable_encode ($input, $line_max=76) | |
Taken from php documentation comments No more used. | |
Class to manage vCard files.
Definition in file vcard.class.php.
dol_quoted_printable_encode | ( | $input, | |
$line_max = 76 ) |
Taken from php documentation comments No more used.
string | $input | String |
int | $line_max | Max length of lines |
Definition at line 46 of file vcard.class.php.
Referenced by encode().
encode | ( | $string | ) |
Encode a string for vCard.
string | $string | String to encode |
Definition at line 32 of file vcard.class.php.
References dol_quoted_printable_encode().
Referenced by vCard\setAddress(), vCard\setFormattedName(), vCard\setLabel(), vCard\setName(), vCard\setNote(), vCard\setOrg(), vCard\setProdId(), vCard\setTitle(), and vCard\setUID().