This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Работа с highload blocks
John edited this page Feb 21, 2017
·
1 revision
<?php use Bitrix\Highloadblock as HL; $hlblock = HL\HighloadBlockTable::getById( # )->fetch(); $entity = HL\HighloadBlockTable::compileEntity( $hlblock ); //генерация класса $entityClass = $entity->getDataClass(); class MyDomainObjectTable extends #entityClass# { ...//наша бизнес логика проекта }