• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/checklistitem.php
  • Класс: CTaskCheckListItem
  • Вызов: CTaskCheckListItem::checkFieldsForAdd
static function checkFieldsForAdd($fields)
{
	/** @noinspection PhpDeprecationInspection */
	return self::checkFields($fields, true);
}