Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
icollision.php
1<?php
3
4
7
8interface ICollision
9{
17 public function addItem($entityTypeId, $typeId, Entity $entity, $message=null);
18
23 public static function getCurrent($entityTypeId);
24
28 public function getEntity();
29
33 public function getTypeId();
34
38 public function getMessage();
39
43 public function getTypeName();
44
48 public function setEntity(Entity $entity);
49
54 public function resolve(ImportBase $entity);
55}
static getCurrent($entityTypeId)
resolve(ImportBase $entity)
addItem($entityTypeId, $typeId, Entity $entity, $message=null)