• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/workgrouplist/runtimefieldsmanager.php
  • Класс: BitrixSocialnetworkComponentWorkgroupListRuntimeFieldsManager
  • Вызов: RuntimeFieldsManager::has
public function has($fieldName): bool
{
	return (in_array($fieldName, $this->runtimeFields, true));
}