Documentation

CRM_Utils_Migrate_ImportJSON
in package

Tags
copyright

CiviCRM LLC https://civicrm.org/licensing

Table of Contents

Properties

$_lookupCache  : mixed
$_saveMapping  : mixed

Methods

__construct()  : mixed
Class constructor.
activity()  : mixed
address()  : mixed
contact()  : mixed
email()  : mixed
group()  : mixed
note()  : mixed
phone()  : mixed
populateCache()  : mixed
relationship()  : mixed
restore()  : mixed
run()  : mixed
Run import.
saveCache()  : mixed
tag()  : mixed

Properties

Methods

__construct()

Class constructor.

public __construct() : mixed

activity()

public activity(mixed $activity, mixed $activityContacts) : mixed
Parameters
$activity : mixed
$activityContacts : mixed

address()

public address(mixed &$address) : mixed
Parameters
$address : mixed

contact()

public contact(mixed &$contact) : mixed
Parameters
$contact : mixed

email()

public email(mixed &$email) : mixed
Parameters
$email : mixed

group()

public group(mixed $group, mixed $groupContact) : mixed
Parameters
$group : mixed
$groupContact : mixed

note()

public note(mixed &$note) : mixed
Parameters
$note : mixed

phone()

public phone(mixed &$phone) : mixed
Parameters
$phone : mixed

populateCache()

public populateCache(string $tableName) : mixed
Parameters
$tableName : string

relationship()

public relationship(mixed &$relationship) : mixed
Parameters
$relationship : mixed

restore()

public restore(mixed &$chunk, string $daoName[, array<string|int, mixed>|null $lookUpMapping = NULL ][, array<string|int, mixed>|null $dateFields = NULL ]) : mixed
Parameters
$chunk : mixed
$daoName : string
$lookUpMapping : array<string|int, mixed>|null = NULL
$dateFields : array<string|int, mixed>|null = NULL

run()

Run import.

public run(string $file) : mixed
Parameters
$file : string

tag()

public tag(mixed $tag, mixed $entityTag) : mixed
Parameters
$tag : mixed
$entityTag : mixed

        
On this page

Search results