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

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

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

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

- Открытые члены унаследованные от 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 = []
 

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

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

Методы

◆ convertToObject()

convertToObject ( $objectEO)
protected
Аргументы
EO_EventConnection$objectEO
Возвращает
Sync\Connection\EventConnection

Переопределяет метод предка Mapper.

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

◆ createEntity()

createEntity ( $entity,
array $params = [] )
protected
Аргументы
$entity
array$params
Возвращает
Core\Base\EntityInterface|null
Исключения
BaseException
Exception

Переопределяет метод предка Mapper.

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

◆ deleteEntity()

deleteEntity ( Core\Base\EntityInterface $entity,
array $params = ['softDelete' => true] )
protected
Аргументы
Sync\Connection\EventConnection$entity
array$params[ not params ]
Возвращает
Core\Base\EntityInterface|null
Исключения
BaseException
Exception

Переопределяет метод предка Mapper.

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

◆ getDataManagerResult()

getDataManagerResult ( array $params)
protected
Аргументы
array$params
Возвращает
Result
Исключения
ArgumentException
ObjectPropertyException
SystemException
LoaderException

Переопределяет метод предка Mapper.

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

◆ getEntityClass()

getEntityClass ( )
protected
Возвращает
string

Переопределяет метод предка Mapper.

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

◆ getEntityName()

getEntityName ( )
protected
Возвращает
string

Переопределяет метод предка Mapper.

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

◆ getMapClass()

getMapClass ( )
protected
Возвращает
string

Переопределяет метод предка Mapper.

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

◆ getOneEntityByFilter()

getOneEntityByFilter ( array $filter)
protected
Аргументы
array$filter
Возвращает
object|null
Исключения
ArgumentException
LoaderException
ObjectPropertyException
SystemException

Переопределяет метод предка Mapper.

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

◆ updateEntity()

updateEntity ( $entity,
array $params = [] )
protected
Аргументы
$entity
array$params[ not params ]
Возвращает
Core\Base\EntityInterface|null
Исключения
BaseException
Exception

Переопределяет метод предка Mapper.

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