ContactAddressConverter extends EntityAddressConverter
Table of Contents
Constants
- LOGGER_TAG = 'CRM_CONTACT_ADDRESS_CONVERTER'
Methods
- __construct() : mixed
- complete() : mixed
- convert() : mixed
- convertEntity() : mixed
- initialize() : mixed
- logError() : mixed
- logInfo() : mixed
- start() : mixed
Constants
LOGGER_TAG
public
mixed
LOGGER_TAG
= 'CRM_CONTACT_ADDRESS_CONVERTER'
Methods
__construct()
public
__construct([int $presetId = 0 ][, bool $enablePermissionCheck = true ]) : mixed
Parameters
- $presetId : int = 0
-
Default preset ID.
- $enablePermissionCheck : bool = true
-
Permission check flag.
complete()
public
complete() : mixed
convert()
public
convert(array<string|int, mixed> $entityIds) : mixed
Parameters
- $entityIds : array<string|int, mixed>
convertEntity()
public
convertEntity(int $id) : mixed
Parameters
- $id : int
initialize()
public
initialize() : mixed
logError()
public
logError([string $message = '' ]) : mixed
Parameters
- $message : string = ''
logInfo()
public
logInfo([string $message = '' ]) : mixed
Parameters
- $message : string = ''
start()
public
start() : mixed