ProductRow::resetAll

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ProductRow
  4. resetAll
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/productrow.php
  • Класс: Bitrix\Crm\ProductRow
  • Вызов: ProductRow::resetAll
public function resetAll(): self
{
	foreach (static::getScalarFieldNames() as $fieldName)
	{
		$this->reset($fieldName);
	}

	return $this;
}

Добавить комментарий