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

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

 __construct (PriceRepositoryContract $priceRepository)
 
 setPrice (?float $price)
 
 unsetPrice ()
 
 hasPrice ()
 
 getPrice ()
 
 setCurrency ($currency)
 
 getCurrency ()
 
 isPriceBase ()
 
 setGroupId (int $groupId)
 
 getGroupId ()
 
 setProductId (int $productId)
 
 getProductId ()
 
- Открытые члены унаследованные от BaseEntity
 __construct (RepositoryContract $repository=null)
 
 initFields (array $fields)
 
 setParentCollection (?BaseCollection $collection)
 
 getParentCollection ()
 
 getParent ()
 
 getHash ()
 
 setField (string $name, $value)
 
 setFieldNoDemand (string $name, $value)
 
 hasField (string $name)
 
 getField (string $name)
 
 setFields (array $fields)
 
 getFields ()
 
 getChangedFields ()
 
 hasChangedFields ()
 
 isChanged ()
 
 isNew ()
 
 getId ()
 
 setId (int $id)
 
 remove ()
 
 save ()
 
 saveInternal ()
 
 deleteInternal ()
 
 clearChangedFields ()
 

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

 getFieldsMap ()
 
- Защищенные члены унаследованные от BaseEntity
 getFieldStorage ()
 
 createFieldStorage ()
 
 saveInternalEntity ()
 
 getChildCollections (bool $initCollections=false)
 

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

- Защищенные данные унаследованные от BaseEntity
 $entityRepository
 

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

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

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

◆ __construct()

__construct ( PriceRepositoryContract $priceRepository)

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

Методы

◆ getCurrency()

getCurrency ( )

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

◆ getFieldsMap()

getFieldsMap ( )
protected

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

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

◆ getGroupId()

getGroupId ( )

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

◆ getPrice()

getPrice ( )

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

◆ getProductId()

getProductId ( )

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

◆ hasPrice()

hasPrice ( )

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

◆ isPriceBase()

isPriceBase ( )

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

◆ setCurrency()

setCurrency ( $currency)

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

◆ setGroupId()

setGroupId ( int $groupId)

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

◆ setPrice()

setPrice ( ?float $price)

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

◆ setProductId()

setProductId ( int $productId)

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

◆ unsetPrice()

unsetPrice ( )

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