• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/model/entity.php
  • Класс: BitrixCatalogModelEntity
  • Вызов: Entity::getTablet
protected function getTablet(): ORMDataDataManager
{
	if (!($this->tablet instanceof ORMDataDataManager))
		throw new MainObjectNotFoundException(sprintf(
			'Tablet not found in entity `%s`',
			get_class($this)
		));
	return $this->tablet;
}