Merge pull request #15458 from frederic34/patch-23

doxygen
This commit is contained in:
Laurent Destailleur 2020-11-21 23:42:56 +01:00 committed by GitHub
commit 782e3b4c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,10 +85,19 @@ function dol_quoted_printable_encode($input, $line_max = 76)
*/
class vCard
{
/**
* @var array array of properties
*/
public $properties;
/**
* @var string filename
*/
public $filename;
//var $encoding="UTF-8";
/**
* @var string encoding
*/
public $encoding = "ISO-8859-1;ENCODING=QUOTED-PRINTABLE";