Current Path : /var/www/html/clients/biblio.e-nkama.ru/bitrix/modules/main/lib/phonenumber/tools/ |
Current File : /var/www/html/clients/biblio.e-nkama.ru/bitrix/modules/main/lib/phonenumber/tools/boolfield.php |
<?php namespace Bitrix\Main\PhoneNumber\Tools; class BoolField extends XmlField { public function decodeValue($value) { return ($value === 'true'); } }