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

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

 __construct (PropertyFeatureFactory $factory)
 
 getEntityById (int $id)
 
 getEntitiesBy ($params)
 
 save (BaseEntity ... $entities)
 
 delete (BaseEntity ... $entities)
 
 getCollectionByParent (Property $entity)
 

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

 createEntity (array $fields=[])
 

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

 $factory
 

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

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

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

◆ __construct()

__construct ( PropertyFeatureFactory $factory)

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

Методы

◆ createEntity()

createEntity ( array $fields = [])
protected

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

◆ delete()

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

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

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

Замещает RepositoryContract.

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

◆ getCollectionByParent()

getCollectionByParent ( Property $entity)

Замещает PropertyFeatureRepositoryContract.

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

◆ getEntitiesBy()

getEntitiesBy ( $params)
Аргументы
$paramsarray|\ArrayAccess
Возвращает
mixed

Замещает RepositoryContract.

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

◆ getEntityById()

getEntityById ( int $id)
Аргументы
int$id
Возвращает
mixed

Замещает RepositoryContract.

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

◆ save()

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

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

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

Замещает RepositoryContract.

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

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

◆ $factory

$factory
protected

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