• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/fields/setup/currency.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookFieldsSetupCurrency
  • Вызов: Currency::checkValue
static function checkValue($value): bool
{
	if(is_string($value))
	{
		return in_array($value,static::getAvailableValues());
	}
	return false;
}