• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/collectableentity.php
  • Класс: BitrixSaleInternalsCollectableEntity
  • Вызов: CollectableEntity::setMathActionOnly
public function setMathActionOnly($value = false)
{
	$parent = $this->getCollection();
	if ($parent == null)
	{
		return false;
	}

	return $parent->setMathActionOnly($value);
}