Documentation

CrmVcard
in package

CrmVcard Class CRM A class to generate vCards for contact data.

Tags
category

CrmVcard

subpackage

module_crm

author

SoftSolutions4U Development Team info@softsolutions4u.com

copyright

2012 and CLOUDREXX CMS - CLOUDREXX AG

license

trial license

link
www.cloudrexx.com

Table of Contents

Properties

$card  : string
card
$class  : string
PUBLIC, PRIVATE, CONFIDENTIAL
$data  : array<string|int, mixed>
array of this vcard's contact data
$filename  : string
filename for download file naming
$log  : string
log
$revision_date  : string
revision_date

Methods

build()  : mixed
build() method checks all the values, builds appropriate defaults for missing values, generates the vcard data string.
download()  : bool
download() method streams the vcard to the browser client.
vcard()  : bool
The class constructor. You can set some defaults here if desired.

Properties

$class

PUBLIC, PRIVATE, CONFIDENTIAL

public string $class
Tags
access

private

$data

array of this vcard's contact data

public array<string|int, mixed> $data
Tags
access

private

$filename

filename for download file naming

public string $filename
Tags
access

private

$revision_date

revision_date

public string $revision_date
Tags
access

private

Methods

build()

build() method checks all the values, builds appropriate defaults for missing values, generates the vcard data string.

public build() : mixed

download()

download() method streams the vcard to the browser client.

public download() : bool
Return values
bool

vcard()

The class constructor. You can set some defaults here if desired.

public vcard() : bool
Return values
bool

        
On this page

Search results