Documentation

UaYouControl extends Base
in package

YouScore from YouControl API class.

Table of Contents

$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>
$apiKey  : 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 from YouScore API.
parseData()  : array<string|int, mixed>
Function parsing data to fields from Companies House API.
setApiKey()  : void
Function setup Api Key.

Properties

$allowedModules

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

Allowed modules.

$description

public string $description = 'LBL_UA_YOU_CONTROL_DESC'

Additional description, visible in the modal window.

$displayType

public string $displayType = 'FillFields'

Search results display type.

$docUrl

public string $docUrl = 'https://youscore.com.ua/en/'

Url to Documentation API

$formFieldsToRecordMap

{@inheritdoc}

public mixed $formFieldsToRecordMap = ['Accounts' => ['name' => 'accountname', 'address' => 'addresslevel8a', 'economicActivityCode' => 'siccode', 'economicActivityDescription' => 'description'], 'Leads' => ['name' => 'company', 'address' => 'addresslevel8a', 'economicActivityDescription' => 'description'], 'Vendors' => ['name' => 'vendorname', 'address' => 'addresslevel8a', 'economicActivityDescription' => 'description'], 'Partners' => ['name' => 'subject', 'address' => 'addresslevel8a', 'economicActivityDescription' => 'description'], 'Competition' => ['name' => 'subject', 'address' => 'addresslevel8a', 'economicActivityDescription' => 'description']]

$label

public string $label = 'LBL_UA_YOU_CONTROL'

Label.

$moduleName

public string $moduleName

Module name.

$settingsFields

public array<string|int, mixed> $settingsFields = ['api_key' => ['required' => 1, 'purifyType' => 'Text', 'label' => 'LBL_API_KEY']]

Configuration field list.

$addOnName

protected string $addOnName = ''

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 = ['companyNumber' => ['labelModule' => '_Base', 'label' => 'Registration number 1']]

$modulesFieldsMap

protected array<string|int, mixed> $modulesFieldsMap = ['Accounts' => ['companyNumber' => 'registration_number_1'], 'Leads' => ['companyNumber' => 'registration_number_1'], 'Vendors' => ['companyNumber' => 'registration_number_1']]

Fields mapping for loading record data.

$name

protected string $name

Record collector name.

$paid

protected bool $paid = false

Requires subscription.

$response

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

Response data.

$url

private string $url = 'https://api.youscore.com.ua/v1/companyInfo/'

YouScore 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 from YouScore API.

private getDataFromApi(string $companyNumber) : void
Parameters
$companyNumber : string
Return values
void

parseData()

Function parsing data to fields from Companies House API.

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

setApiKey()

Function setup Api Key.

private setApiKey() : void
Return values
void

        

Search results