Bitrix API

Requisite extends BaseRequisite

Table of Contents

Methods

getAddressFields()  : array<string|int, mixed>
getCountryIdByRegion()  : int
getFields()  : array<string|int, mixed>
Returns list of value names for this Provider.
getNameValue()  : Name
getRawNameValue()  : string|null
getValue()  : mixed
Returns value by its name.

Methods

getAddressFields()

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

getCountryIdByRegion()

public static getCountryIdByRegion(string $region) : int
Parameters
$region : string
Return values
int

getFields()

Returns list of value names for this Provider.

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

getNameValue()

public getNameValue(mixed $placeholder) : Name
Parameters
$placeholder : mixed
Return values
Name

getRawNameValue()

public getRawNameValue(string $placeholder) : string|null
Parameters
$placeholder : string
Return values
string|null

getValue()

Returns value by its name.

public getValue(string $name) : mixed
Parameters
$name : string

        
On this page

Search results