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

	return $parent->hasMeaningfulField();
}