string get_option_label(
integer
$value
)
|
|
Returns label for option specified by $value
Parameters:
|
integer |
$value: |
Value of the option |
API Tags:
void set_ol_map(
array
$ol_arr
)
|
|
Sets labels map using array
$ol_arr must be an array in form: $ol_arr[option_value] = option_label; Example: $ol_arr[1] = 'one';
Parameters:
API Tags: