• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/classes/general/restentity.php
  • Класс: CBitrixRestEntity
  • Вызов: CBitrixRestEntity::checkItemParams
static function checkItemParams(&$params)
{
	if(self::checkParams($params))
	{
		return true;
	}
	else
	{
		return false;
	}
}