Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
boolfield.php
1
<?php
2
3
namespace
Bitrix\Main\PhoneNumber\Tools
;
4
5
class
BoolField
extends
XmlField
6
{
7
public
function
decodeValue
($value)
8
{
9
return
($value ===
'true'
);
10
}
11
}
Bitrix\Main\PhoneNumber\Tools\BoolField
Definition
boolfield.php:6
Bitrix\Main\PhoneNumber\Tools\BoolField\decodeValue
decodeValue($value)
Definition
boolfield.php:7
Bitrix\Main\PhoneNumber\Tools\XmlField
Definition
xmlfield.php:6
Bitrix\Main\PhoneNumber\Tools
Definition
boolfield.php:3
modules
main
lib
phonenumber
tools
boolfield.php
Создано системой
1.10.0