class tagsImporter extends civicrm_cli

Class tagsImporter

Properties

$_required_arguments from civicrm_cli
$_additional_arguments from civicrm_cli
$_entity from civicrm_cli
$_action from civicrm_cli
$_output from civicrm_cli
$_joblog from civicrm_cli
$_semicolon from civicrm_cli
$_config from civicrm_cli
$_site from civicrm_cli
$_user from civicrm_cli
$_password from civicrm_cli
$_params from civicrm_cli
$_errors from civicrm_cli

Methods

bool
initialize()

No description

bool
_accessing_from_cli()

Ensure function is being run from the cli.

bool
callApi()

No description

__construct()

constructor

run()

No description

mixed
addTag($param)

No description

mixed
convertLine($data)

No description

Details

in civicrm_cli at line 66
bool initialize()

Return Value

bool

in civicrm_cli at line 87
bool _accessing_from_cli()

Ensure function is being run from the cli.

Return Value

bool

in civicrm_cli at line 99
bool callApi()

Return Value

bool

at line 38
__construct()

constructor

at line 48
run()

at line 68
mixed addTag($param)

Parameters

$param

Return Value

mixed

at line 96
mixed convertLine($data)

Parameters

$data

Return Value

mixed