Bitrix API

Editor

Table of Contents

Methods

getListCurrency()  : array<string|int, mixed>
Returns currency list for money editor.
parseValue()  : array<string|int, mixed>|null
Parse money value in bcmath format.
prepareValue()  : string|int|float
Check money value before save.

Methods

getListCurrency()

Returns currency list for money editor.

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

parseValue()

Parse money value in bcmath format.

public static parseValue(mixed $value) : array<string|int, mixed>|null
Parameters
$value : mixed
Return values
array<string|int, mixed>|null

prepareValue()

Check money value before save.

public static prepareValue(mixed $value) : string|int|float
Parameters
$value : mixed
Return values
string|int|float

        
On this page

Search results