ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilvCard.php File Reference

Go to the source code of this file.

Data Structures

class  ilvCard

Variables

const ADR_TYPE_NONE = 0
 RFC 2426 vCard MIME Directory Profile 3.0 class.
const ADR_TYPE_DOM = 1
const ADR_TYPE_INTL = 2
const ADR_TYPE_POSTAL = 4
const ADR_TYPE_PARCEL = 8
const ADR_TYPE_HOME = 16
const ADR_TYPE_WORK = 32
const ADR_TYPE_PREF = 64
const TEL_TYPE_NONE = 0
 Communication values for the TEL type.
const TEL_TYPE_HOME = 1
const TEL_TYPE_MSG = 2
const TEL_TYPE_WORK = 4
const TEL_TYPE_PREF = 8
const TEL_TYPE_VOICE = 16
const TEL_TYPE_FAX = 32
const TEL_TYPE_CELL = 64
const TEL_TYPE_VIDEO = 128
const TEL_TYPE_PAGER = 256
const TEL_TYPE_BBS = 512
const TEL_TYPE_MODEM = 1024
const TEL_TYPE_CAR = 2048
const TEL_TYPE_ISDN = 4096
const TEL_TYPE_PCS = 8192
const EMAIL_TYPE_NONE = 0
 Communication values for the EMAIL type.
const EMAIL_TYPE_INTERNET = 1
const EMAIL_TYPE_x400 = 2
const EMAIL_TYPE_PREF = 4

Variable Documentation

const ADR_TYPE_DOM = 1

Definition at line 38 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const ADR_TYPE_HOME = 16

Definition at line 42 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const ADR_TYPE_INTL = 2

Definition at line 39 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), ilvCard\setAddress(), and ilvCard\setLabel().

const ADR_TYPE_NONE = 0

RFC 2426 vCard MIME Directory Profile 3.0 class.

Author
Helmut Schottmüller hscho.nosp@m.ttm@.nosp@m.tzi.d.nosp@m.e
Version
Id:
class.ilvCard.php 14579 2007-08-23 12:06:19Z akill

Address values for the ADR type

integer

Definition at line 37 of file class.ilvCard.php.

Referenced by ilvCard\setAddress(), and ilvCard\setLabel().

const ADR_TYPE_PARCEL = 8

Definition at line 41 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), ilvCard\setAddress(), and ilvCard\setLabel().

const ADR_TYPE_POSTAL = 4

Definition at line 40 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), ilvCard\setAddress(), and ilvCard\setLabel().

const ADR_TYPE_PREF = 64

Definition at line 44 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const ADR_TYPE_WORK = 32

Definition at line 43 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), ilvCard\setAddress(), and ilvCard\setLabel().

const EMAIL_TYPE_INTERNET = 1

Definition at line 73 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const EMAIL_TYPE_NONE = 0

Communication values for the EMAIL type.

integer

Definition at line 72 of file class.ilvCard.php.

const EMAIL_TYPE_PREF = 4

Definition at line 75 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const EMAIL_TYPE_x400 = 2

Definition at line 74 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_BBS = 512

Definition at line 61 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_CAR = 2048

Definition at line 63 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_CELL = 64

Definition at line 58 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), and ilPublicUserProfileGUI\deliverVCard().

const TEL_TYPE_FAX = 32

Definition at line 57 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), and ilPublicUserProfileGUI\deliverVCard().

const TEL_TYPE_HOME = 1

Definition at line 52 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), and ilPublicUserProfileGUI\deliverVCard().

const TEL_TYPE_ISDN = 4096

Definition at line 64 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_MODEM = 1024

Definition at line 62 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_MSG = 2

Definition at line 53 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_NONE = 0

Communication values for the TEL type.

integer

Definition at line 51 of file class.ilvCard.php.

const TEL_TYPE_PAGER = 256

Definition at line 60 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_PCS = 8192

Definition at line 65 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_PREF = 8

Definition at line 55 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_VIDEO = 128

Definition at line 59 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_VOICE = 16

Definition at line 56 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard().

const TEL_TYPE_WORK = 4

Definition at line 54 of file class.ilvCard.php.

Referenced by ilvCard\buildVCard(), and ilPublicUserProfileGUI\deliverVCard().