doxygen
This commit is contained in:
parent
772d401a64
commit
b4a5134a7f
@ -85,10 +85,19 @@ function dol_quoted_printable_encode($input, $line_max = 76)
|
|||||||
*/
|
*/
|
||||||
class vCard
|
class vCard
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var array array of properties
|
||||||
|
*/
|
||||||
public $properties;
|
public $properties;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string filename
|
||||||
|
*/
|
||||||
public $filename;
|
public $filename;
|
||||||
|
|
||||||
//var $encoding="UTF-8";
|
/**
|
||||||
|
* @var string encoding
|
||||||
|
*/
|
||||||
public $encoding = "ISO-8859-1;ENCODING=QUOTED-PRINTABLE";
|
public $encoding = "ISO-8859-1;ENCODING=QUOTED-PRINTABLE";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user