Bitrix API

Currency implements IField, IAvailableFieldList

FinalYes

Table of Contents

Interfaces

IField
IAvailableFieldList

Methods

available()  : bool
check if field is available
checkValue()  : bool
check currency code
getAvailableValues()  : array<string|int, mixed>
get available value
getCurrencyList()  : array<string|int, mixed>
getDefaultValue()  : string|null
get default currency value
required()  : bool
check if field is required

Methods

available()

check if field is available

public static available() : bool
Tags
inheritDoc
Return values
bool

checkValue()

check currency code

public static checkValue(mixed $value) : bool
Parameters
$value : mixed
Tags
throws
ArgumentException
throws
LoaderException
Return values
bool

getAvailableValues()

get available value

public static getAvailableValues() : array<string|int, mixed>
Tags
throws
ArgumentException
throws
LoaderException
Return values
array<string|int, mixed>

getCurrencyList()

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

getDefaultValue()

get default currency value

public static getDefaultValue() : string|null
Tags
throws
LoaderException
Return values
string|null

required()

check if field is required

public static required() : bool
Tags
inheritDoc
Return values
bool

        
On this page

Search results