• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/skutree.php
  • Класс: BitrixCatalogComponentSkuTree
  • Вызов: SkuTree::getDefaultValues
public function getDefaultValues(): array
{
	return array_merge(
		[
			'PICT' => false,
			'NAME' => '',
		],
		$this->defaultValues
	);
}