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

Открытые члены

 __construct (ImageFactory $factory)
 
 getEntityById (int $id, string $type=null)
 
 getEntitiesBy ($params, string $type=null)
 
 save (BaseEntity ... $entities)
 
 delete (BaseEntity ... $entities)
 
 getCollectionByParent (BaseIblockElementEntity $element)
 
- Открытые члены унаследованные от RepositoryContract
 getEntityById (int $id)
 
 getEntitiesBy ($params)
 

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

 getList (array $params)
 
 createEntity (array $fields=[], string $type=null)
 

Защищенные данные

 $factory
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( ImageFactory $factory)

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

Методы

◆ createEntity()

createEntity ( array $fields = [],
string $type = null )
protected

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

◆ delete()

delete ( BaseEntity ... $entities)
Аргументы

Bitrix\Catalog\v2\BaseEntity ...$entities

Возвращает
\Bitrix\Main\Result

Замещает RepositoryContract.

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

◆ getCollectionByParent()

getCollectionByParent ( BaseIblockElementEntity $element)

Замещает ImageRepositoryContract.

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

◆ getEntitiesBy()

getEntitiesBy ( $params,
string $type = null )

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

◆ getEntityById()

getEntityById ( int $id,
string $type = null )

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

◆ getList()

getList ( array $params)
protected

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

◆ save()

save ( BaseEntity ... $entities)
Аргументы

Bitrix\Catalog\v2\BaseEntity ...$entities

Возвращает
\Bitrix\Main\Result

Замещает RepositoryContract.

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

Данные класса

◆ $factory

$factory
protected

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