PRODID
PRODID ='-//Groupe Messagerie MTES/ORM LibMCE' :string
Identifiant de l'outil utilisant le VCard (pour la génération)
Class de génération de VCard en fonction de l'objet contact Méthodes Statiques
Convert(\LibMelanie\Api\Defaut\Contact $contact,\LibMelanie\Api\Defaut\Addressbook $addressbook = null,\LibMelanie\Api\Defaut\User $user = null,\Sabre\VObject\Component\VCard $vcard = null): string
Génére un VCard en fonction du contact passé en paramètre Le contact doit être de type Contact de la librairie LibM2
\LibMelanie\Api\Defaut\Contact | $contact | |
\LibMelanie\Api\Defaut\Addressbook | $addressbook | |
\LibMelanie\Api\Defaut\User | $user | |
\Sabre\VObject\Component\VCard | $vcard |
$vcard
getVCard(\LibMelanie\Api\Defaut\Contact $contact,\LibMelanie\Api\Defaut\Addressbook $addressbook = null,\LibMelanie\Api\Defaut\User $user = null): \Sabre\VObject\Component\VCard
Génére un VObject\Component\VCard en fonction du contact passé en paramètre Le contact doit être de type Contact de la librairie LibM2
\LibMelanie\Api\Defaut\Contact | $contact | |
\LibMelanie\Api\Defaut\Addressbook | $addressbook | |
\LibMelanie\Api\Defaut\User | $user |
$vcard