Documentation

DkCvr extends Base
in package

The Danish Central Business Register (CVR) class.

Table of Contents

EXTERNAL_URL  = 'https://cvrapi.dk/virksomhed/'
$allowedModules  : array<string|int, string>
$description  : string
$displayType  : string
$docUrl  : string
$formFieldsToRecordMap  : mixed
{@inheritdoc}
$icon  : string
$label  : string
$moduleName  : string
$settingsFields  : array<string|int, mixed>
$addOnName  : string
$data  : array<string|int, mixed>
$fields  : mixed
var array List of fields for the modal search window.
$modulesFieldsMap  : array<string|int, mixed>
$name  : string
$paid  : bool
$request  : Request
$response  : array<string|int, mixed>
$token  : string
$url  : string
__construct()  : mixed
Constructor.
getFields()  : array<string|int, Vtiger_Field_Model>
Get fields for the modal search window.
getFieldsLabelsByModule()  : array<string|int, string>
Get fields labels for the module name.
getFieldsModule()  : array<string|int, string>
Get fields for the module name.
getName()  : string
Get record collector name.
isActive()  : bool
Check whether it is active.
isAvailable()  : bool
Check if product is available.
loadData()  : void
Load data.
search()  : array<string|int, mixed>
Search data function.
setRequest()  : void
Set request.
getParams()  : array<string|int, mixed>
Get params of collector.
getDataFromApi()  : void
Function fetching company data by Company Number (CVR).
parseData()  : array<string|int, mixed>
Function parsing data to fields from API.
setToken()  : void
Function setup token key.

Constants

EXTERNAL_URL

public string EXTERNAL_URL = 'https://cvrapi.dk/virksomhed/'

CH sever address

Properties

$allowedModules

public array<string|int, string> $allowedModules = ['Accounts', 'Leads', 'Vendors', 'Partners', 'Competition']

Allowed modules.

$description

public string $description = 'LBL_DK_CVR_DESC'

Additional description, visible in the modal window.

$displayType

public string $displayType = 'FillFields'

Search results display type.

$docUrl

public string $docUrl = 'https://cvrapi.dk/documentation'

Url to Documentation API

$formFieldsToRecordMap

{@inheritdoc}

public mixed $formFieldsToRecordMap = ['Accounts' => ['name' => 'accountname', 'vat' => 'vat_id', 'phone' => 'phone', 'fax' => 'fax', 'email' => 'email1', 'industrycode' => 'siccode', 'companydesc' => 'description', 'industrydesc' => 'description', 'productionunits0Address' => 'addresslevel8a', 'address' => 'addresslevel8a', 'productionunits0Zipcode' => 'addresslevel7a', 'zipcode' => 'addresslevel7a', 'productionunits0City' => 'addresslevel5a', 'city' => 'addresslevel5a', 'country' => 'addresslevel1a'], 'Leads' => ['name' => 'company', 'vat' => 'vat_id', 'phone' => 'phone', 'fax' => 'fax', 'email' => 'email', 'companydesc' => 'description', 'industrydesc' => 'description', 'productionunits0Address' => 'addresslevel8a', 'address' => 'addresslevel8a', 'productionunits0Zipcode' => 'addresslevel7a', 'zipcode' => 'addresslevel7a', 'productionunits0City' => 'addresslevel5a', 'city' => 'addresslevel5a', 'country' => 'addresslevel1a'], 'Vendors' => ['name' => 'vendorname', 'vat' => 'vat_id', 'phone' => 'phone', 'fax' => 'fax', 'email' => 'email', 'companydesc' => 'description', 'industrydesc' => 'description', 'productionunits0Address' => 'addresslevel8a', 'address' => 'addresslevel8a', 'productionunits0Zipcode' => 'addresslevel7a', 'zipcode' => 'addresslevel7a', 'productionunits0City' => 'addresslevel5a', 'city' => 'addresslevel5a', 'country' => 'addresslevel1a'], 'Partners' => ['name' => 'subject', 'vat' => 'vat_id', 'phone' => 'phone', 'fax' => 'fax', 'email' => 'email', 'companydesc' => 'description', 'industrydesc' => 'description', 'productionunits0Address' => 'addresslevel8a', 'address' => 'addresslevel8a', 'productionunits0Zipcode' => 'addresslevel7a', 'zipcode' => 'addresslevel7a', 'productionunits0City' => 'addresslevel5a', 'city' => 'addresslevel5a', 'country' => 'addresslevel1a'], 'Competition' => ['name' => 'subject', 'vat' => 'vat_id', 'phone' => 'phone', 'fax' => 'fax', 'email' => 'email', 'companydesc' => 'description', 'industrydesc' => 'description', 'productionunits0Address' => 'addresslevel8a', 'address' => 'addresslevel8a', 'productionunits0Zipcode' => 'addresslevel7a', 'zipcode' => 'addresslevel7a', 'productionunits0City' => 'addresslevel5a', 'city' => 'addresslevel5a', 'country' => 'addresslevel1a']]

$icon

public string $icon = 'yfi-cvr-dk'

Icon.

$label

public string $label = 'LBL_DK_CVR'

Label.

$moduleName

public string $moduleName

Module name.

$settingsFields

public array<string|int, mixed> $settingsFields = ['token' => ['required' => 0, 'purifyType' => 'Text', 'label' => 'LBL_API_KEY_OPTIONAL']]

Configuration field list.

$addOnName

protected string $addOnName = 'YetiForceRcDkCvr'

The name of Add-on.

$data

protected array<string|int, mixed> $data = []

Data from record collector source.

$fields

var array List of fields for the modal search window.

protected mixed $fields = ['country' => ['labelModule' => '_Base', 'label' => 'Country', 'picklistModule' => 'Other.Country', 'typeofdata' => 'V~M', 'uitype' => 16, 'picklistValues' => ['no' => 'Norway', 'dk' => 'Denmark']], 'vatNumber' => ['labelModule' => '_Base', 'label' => 'Vat ID'], 'name' => ['labelModule' => '_Base', 'label' => 'FL_COMPANY_NAME'], 'phone' => ['labelModule' => '_Base', 'label' => 'FL_PHONE']]

$modulesFieldsMap

protected array<string|int, mixed> $modulesFieldsMap = ['Accounts' => ['vatNumber' => 'vat_id'], 'Leads' => ['vatNumber' => 'vat_id'], 'Vendors' => ['vatNumber' => 'vat_id'], 'Competition' => ['vatNumber' => 'vat_id']]

Fields mapping for loading record data.

$name

protected string $name

Record collector name.

$paid

protected bool $paid = true

Requires subscription.

$response

protected array<string|int, mixed> $response = []

Response data.

$token

private string $token

Token key

$url

private string $url = 'http://cvrapi.dk/api?'

CH sever address

Methods

__construct()

Constructor.

public __construct() : mixed
Return values
mixed

getFields()

Get fields for the modal search window.

public getFields() : array<string|int, Vtiger_Field_Model>
Return values
array<string|int, Vtiger_Field_Model>

getFieldsLabelsByModule()

Get fields labels for the module name.

public getFieldsLabelsByModule(string $moduleName) : array<string|int, string>
Parameters
$moduleName : string
Return values
array<string|int, string>

getFieldsModule()

Get fields for the module name.

public getFieldsModule(string $moduleName) : array<string|int, string>
Parameters
$moduleName : string
Return values
array<string|int, string>

getName()

Get record collector name.

public getName() : string
Return values
string

isActive()

Check whether it is active.

public isActive() : bool
Return values
bool

isAvailable()

Check if product is available.

public isAvailable() : bool
Return values
bool

loadData()

Load data.

public loadData() : void
Return values
void

Search data function.

public search() : array<string|int, mixed>
Return values
array<string|int, mixed>

setRequest()

Set request.

public setRequest(Request $request) : void
Parameters
$request : Request
Return values
void

getParams()

Get params of collector.

protected getParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDataFromApi()

Function fetching company data by Company Number (CVR).

private getDataFromApi(array<string|int, mixed> $params) : void
Parameters
$params : array<string|int, mixed>
Return values
void

parseData()

Function parsing data to fields from API.

private parseData(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
$data : array<string|int, mixed>
Return values
array<string|int, mixed>

setToken()

Function setup token key.

private setToken() : void
Return values
void

        

Search results