Public Member Functions | |
| __construct (Title $t, $prefix, $firstname, $lastname, $additionalname, $suffix, $fullname, $tels, $addresses, $emails, $birthday, $jobtitle, $role, $organization, $department, $category, $url, $note) | |
| Constructor for a single item in the vcard. | |
| text () | |
| Creates the vCard output for a single item. | |
Static Public Member Functions | |
| static | vCardEscape ($text) |
Private Attributes | |
| $uri | |
| $label | |
| $fullname | |
| $firstname | |
| $lastname | |
| $additionalname | |
| $prefix | |
| $suffix | |
| $tels = array() | |
| $addresses = array() | |
| $emails = array() | |
| $birthday | |
| $dtstamp | |
| $title | |
| $role | |
| $organization | |
| $department | |
| $category | |
| $note | |
Definition at line 351 of file SRF_vCard.php.
| SRFvCardEntry::__construct | ( | Title $ | t, | |
| $ | prefix, | |||
| $ | firstname, | |||
| $ | lastname, | |||
| $ | additionalname, | |||
| $ | suffix, | |||
| $ | fullname, | |||
| $ | tels, | |||
| $ | addresses, | |||
| $ | emails, | |||
| $ | birthday, | |||
| $ | jobtitle, | |||
| $ | role, | |||
| $ | organization, | |||
| $ | department, | |||
| $ | category, | |||
| $ | url, | |||
| $ | note | |||
| ) |
Constructor for a single item in the vcard.
Requires the URI of the item.
Definition at line 375 of file SRF_vCard.php.
References $additionalname, $addresses, $birthday, $category, $department, $emails, $firstname, $fullname, $lastname, $note, $organization, $prefix, $role, $suffix, $tels, scraper::url, and vCardEscape().
| SRFvCardEntry::text | ( | ) |
Creates the vCard output for a single item.
CAUTION: this might hurt your eyes
Definition at line 428 of file SRF_vCard.php.
References $wgGroupPermissions, and scraper::url.
| static SRFvCardEntry::vCardEscape | ( | $ | text | ) | [static] |
Definition at line 461 of file SRF_vCard.php.
Referenced by SRFvCardTel::__construct(), SRFvCardAddress::__construct(), and __construct().
SRFvCardEntry::$uri [private] |
Definition at line 352 of file SRF_vCard.php.
SRFvCardEntry::$label [private] |
Definition at line 353 of file SRF_vCard.php.
SRFvCardEntry::$fullname [private] |
SRFvCardEntry::$firstname [private] |
SRFvCardEntry::$lastname [private] |
SRFvCardEntry::$additionalname [private] |
SRFvCardEntry::$prefix [private] |
SRFvCardEntry::$suffix [private] |
SRFvCardEntry::$tels = array() [private] |
SRFvCardEntry::$addresses = array() [private] |
SRFvCardEntry::$emails = array() [private] |
SRFvCardEntry::$birthday [private] |
SRFvCardEntry::$dtstamp [private] |
Definition at line 364 of file SRF_vCard.php.
SRFvCardEntry::$title [private] |
Definition at line 365 of file SRF_vCard.php.
SRFvCardEntry::$role [private] |
SRFvCardEntry::$organization [private] |
SRFvCardEntry::$department [private] |
SRFvCardEntry::$category [private] |
SRFvCardEntry::$note [private] |
1.5.6