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

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

 getEntityParentId ()
 
 getUserEmail ()
 
 getPayerName ()
 
 getDeliveryLocation ()
 
 getTaxLocation ()
 
 getProfileName ()
 
 getDeliveryLocationZip ()
 
 getPhone ()
 
 getAddress ()
 
 getAddressFrom ()
 
 getAddressTo ()
 
 getItemsByOrderPropertyCode (string $propertyCode)
 
 getItemByOrderPropertyCode (string $propertyCode)
 
- Открытые члены унаследованные от EntityCollection
 onItemModify (CollectableEntity $item, $name=null, $oldValue=null, $value=null)
 
 getItemById ($id)
 
 isStartField ($isMeaningfulField=false)
 
 clearStartField ()
 
 hasMeaningfulField ()
 
 doFinalAction ($hasMeaningfulField=false)
 
 isMathActionOnly ()
 
 setMathActionOnly ($value=false)
 
 verify ()
 
 isClone ()
 
 isAnyItemDeleted ()
 
 isAnyItemAdded ()
 
 clearChanged ()
 
- Открытые члены унаследованные от CollectionBase
 getIterator ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 count ()
 
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 
 isEmpty ()
 
 toArray ()
 

Открытые статические члены

static getRegistryType ()
 
static getList (array $parameters=[])
 
static deleteNoDemand ($entityId)
 

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

 callEventOnSalePropertyValueDeleted ($values)
 
 callEventOnBeforeSalePropertyValueDeleted ($values)
 
- Защищенные члены унаследованные от EntityCollection
 __construct ()
 
 createIndex ()
 
 getDeletableItems ()
 
 getEntityParent ()
 
 setAnyItemDeleted ($value)
 
 setAnyItemAdded ($value)
 

Защищенные статические члены

static getOnValueDeletedEventName ()
 
static getOnBeforeValueDeletedEventName ()
 
static getPropertyClassName ()
 
static getEntityType ()
 
static getPropertyValueClassName ()
 
static getAllItemsFromDb (int $entityId)
 
static deleteInternal ($primary)
 

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

- Защищенные данные унаследованные от EntityCollection
 $isClone = false
 
 $anyItemDeleted = false
 
 $anyItemAdded = false
 
- Защищенные данные унаследованные от CollectionBase
 $collection = array()
 

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

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

Методы

◆ callEventOnBeforeSalePropertyValueDeleted()

callEventOnBeforeSalePropertyValueDeleted ( $values)
protected
Аргументы
$values

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

◆ callEventOnSalePropertyValueDeleted()

callEventOnSalePropertyValueDeleted ( $values)
protected
Аргументы
$values

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

◆ deleteInternal()

static deleteInternal ( $primary)
staticprotected
Аргументы
$primary

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

◆ deleteNoDemand()

static deleteNoDemand ( $entityId)
static

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

◆ getAddress()

getAddress ( )
Возвращает
EntityPropertyValue

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

◆ getAddressFrom()

getAddressFrom ( )
Возвращает
EntityPropertyValue

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

◆ getAddressTo()

getAddressTo ( )
Возвращает
EntityPropertyValue

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

◆ getAllItemsFromDb()

static getAllItemsFromDb ( int $entityId)
staticprotected
Аргументы
int$entityId
Возвращает
array

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

◆ getDeliveryLocation()

getDeliveryLocation ( )
Возвращает
EntityPropertyValue

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

◆ getDeliveryLocationZip()

getDeliveryLocationZip ( )
Возвращает
EntityPropertyValue

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

◆ getEntityParentId()

getEntityParentId ( )

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

◆ getEntityType()

static getEntityType ( )
staticabstractprotected
Возвращает
string \Bitrix\Sale\Registry::ENTITY_SHIPMENT | \Bitrix\Sale\Registry::ENTITY_ORDER

Переопределяется в PropertyValueCollection и ShipmentPropertyValueCollection.

◆ getItemByOrderPropertyCode()

getItemByOrderPropertyCode ( string $propertyCode)
Аргументы
string$propertyCode
Возвращает
EntityPropertyValue|null

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

◆ getItemsByOrderPropertyCode()

getItemsByOrderPropertyCode ( string $propertyCode)
Аргументы
string$propertyCode
Возвращает
EntityPropertyValue[]

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

◆ getList()

static getList ( array $parameters = [])
static
Аргументы
array$parameters
Возвращает
\Bitrix\Main\ORM\Query\Result|\Bitrix\Sale\Internals\EO_OrderPropsValue_Result

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

◆ getOnBeforeValueDeletedEventName()

static getOnBeforeValueDeletedEventName ( )
staticabstractprotected

Переопределяется в PropertyValueCollectionBase и ShipmentPropertyValueCollection.

◆ getOnValueDeletedEventName()

static getOnValueDeletedEventName ( )
staticabstractprotected

Переопределяется в PropertyValueCollectionBase и ShipmentPropertyValueCollection.

◆ getPayerName()

getPayerName ( )
Возвращает
EntityPropertyValue
Исключения
ArgumentOutOfRangeException

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

◆ getPhone()

getPhone ( )
Возвращает
EntityPropertyValue

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

◆ getProfileName()

getProfileName ( )
Возвращает
EntityPropertyValue

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

◆ getPropertyClassName()

static getPropertyClassName ( )
staticabstractprotected
Возвращает
string Property class name.

Переопределяется в PropertyValueCollectionBase и ShipmentPropertyValueCollection.

◆ getPropertyValueClassName()

static getPropertyValueClassName ( )
staticabstractprotected
Возвращает
string EntityPropertyValue inheritor class name

Переопределяется в PropertyValueCollectionBase и ShipmentPropertyValueCollection.

◆ getRegistryType()

static getRegistryType ( )
static
Возвращает
string

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

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

◆ getTaxLocation()

getTaxLocation ( )
Возвращает
EntityPropertyValue

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

◆ getUserEmail()

getUserEmail ( )
Возвращает
EntityPropertyValue
Исключения
ArgumentOutOfRangeException

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