• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/BaseEntity.php
  • Класс: BitrixCatalogv2BaseEntity
  • Вызов: BaseEntity::getFieldStorage
protected function getFieldStorage(): FieldStorage
{
	if ($this->fieldStorage === null)
	{
		$this->fieldStorage = $this->createFieldStorage();
	}

	return $this->fieldStorage;
}