Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Complex
+ Граф наследования:Complex:

Защищенные члены

 prepareConnection (EO_DavConnection $connectionEO)
 
 prepareSection (EO_Section $sectionEO)
 
 prepareEvent (EO_Event $eventEO)
 
- Защищенные члены унаследованные от Mapper
 getCacheMap ()
 
 initCacheMap (string $class)
 
 getMapClass ()
 
 getEntityClass ()
 
 getDataManagerResult (array $params)
 
 getOneEntityByFilter (array $filter)
 
 convertToObject ($objectEO)
 
 getEntityName ()
 
 createEntity ($entity, array $params=[])
 
 updateEntity ($entity, array $params=[])
 
 deleteEntity (Core\Base\EntityInterface $entity, array $params)
 

Дополнительные унаследованные члены

- Открытые члены унаследованные от Mapper
 getById (int $id)
 
 getByEntityObject ($entityObject)
 
 create (Core\Base\EntityInterface $entity, array $params=[])
 
 update (Core\Base\EntityInterface $entity, array $params=[])
 
 delete (Core\Base\EntityInterface $entity, array $params=['softDelete'=> true])
 
 deleteMap (Core\Base\EntityMap $map, array $params=['softDelete'=> true])
 
 deleteByFilter ($filter, array $params=['softDelete'=> true])
 
 getMap ($filter, int $limit=null, array $order=null)
 
 resetCacheById (int $id)
 
- Открытые атрибуты унаследованные от Mapper
const POSITIVE_ANSWER = 'Y'
 
const NEGATIVE_ANSWER = 'N'
 
- Защищенные данные унаследованные от Mapper
const DEFAULT_SELECT = ['*']
 
- Статические защищенные данные унаследованные от Mapper
static array $cache = []
 

Подробное описание

Class will help to prepare common entities

См. определение в файле complex.php строка 14

Методы

◆ prepareConnection()

prepareConnection ( EO_DavConnection $connectionEO)
protected
Аргументы
EO_DavConnection$connectionEO
Возвращает
Core\Base\EntityInterface|Sync\Connection\Connection

См. определение в файле complex.php строка 22

◆ prepareEvent()

prepareEvent ( EO_Event $eventEO)
protected
Аргументы
EO_Event$eventEO
Возвращает
Core\Base\EntityInterface|Core\Event\Event

См. определение в файле complex.php строка 44

◆ prepareSection()

prepareSection ( EO_Section $sectionEO)
protected
Аргументы
EO_Section$sectionEO
Возвращает
Core\Base\EntityInterface|Core\Section\Section

См. определение в файле complex.php строка 33