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

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

 getEntityObject ()
 
 getQuantity ()
 
 getPrice ()
 
 save ()
 
- Открытые члены унаследованные от CollectableEntity
 setCollection (EntityCollection $collection)
 
 getCollection ()
 
 setInternalIndex ($index)
 
 getInternalIndex ()
 
 isStartField ($isMeaningfulField=false)
 
 clearStartField ()
 
 hasMeaningfulField ()
 
 doFinalAction ($hasMeaningfulField=false)
 
 setMathActionOnly ($value=false)
 
 isMathActionOnly ()
 
 isClone ()
 
- Открытые члены унаследованные от Entity
 __construct ()
 
 fetch (Main\Text\Converter $converter=null)
 

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

static getEntityType ()
 
static getRegistryType ()
 
static getAvailableFields ()
 
- Открытые статические члены унаследованные от Entity
static getEntity ()
 
static getList (array $parameters)
 
static getRow (array $parameters)
 
static clearCache ()
 
static add (array $data)
 
static update ($id, array $data)
 
static delete ($id)
 
static setCacheItem ($id, array $row)
 
static getCacheItem ($id, bool $load=false)
 
static clearCacheItem ($id)
 
static getTabletClassName ()
 
static getTabletFieldNames (int $fields=self::FIELDS_MAIN)
 
static getCachedFieldList ()
 
static getCallbackRestEvent ()
 
static clearSettings ()
 

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

 updateInternal ($primary, array $data)
 
 addInternal (array $data)
 
- Защищенные члены унаследованные от CollectableEntity
 onFieldModify ($name, $oldValue, $value)
 
- Защищенные члены унаследованные от Entity
 getTablet ()
 

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

static getMeaningfulFields ()
 
static getFieldsMap ()
 
static generateXmlId ()
 
- Защищенные статические члены унаследованные от Entity
static prepareForAdd (ORM\Data\AddResult $result, $id, array &$data)
 
static prepareForUpdate (ORM\Data\UpdateResult $result, $id, array &$data)
 
static deleteNoDemands ($id)
 
static normalize (array &$data)
 
static runAddExternalActions ($id, array $data)
 
static runUpdateExternalActions ($id, array $data)
 
static runDeleteExternalActions ($id)
 
static getDefaultCachedFieldList ()
 
static prepareFloatValue ($value)
 
static prepareIntValue ($value)
 
static prepareStringValue ($value)
 

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

 $item
 
- Защищенные данные унаследованные от CollectableEntity
 $collection
 
 $internalIndex = null
 
 $isClone = false
 

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

- Открытые атрибуты унаследованные от Entity
const PREFIX_OLD = 'OLD_'
 
const EVENT_ON_BUILD_CACHED_FIELD_LIST = 'OnBuildCachedFieldList'
 
const FIELDS_MAIN = 0x0001
 
const FIELDS_UF = 0x0002
 
const FIELDS_ALL = self::FIELDS_MAIN|self::FIELDS_UF
 

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

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

Методы

◆ addInternal()

addInternal ( array $data)
protected
Аргументы
array$data
Возвращает
Main\Entity\AddResult
Исключения

Exception

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

◆ generateXmlId()

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

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

◆ getAvailableFields()

static getAvailableFields ( )
static
Возвращает
array

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

◆ getEntityObject()

getEntityObject ( )
abstract

◆ getEntityType()

static getEntityType ( )
staticabstract

Переопределяется в PayableBasketItem и PayableShipmentItem.

◆ getFieldsMap()

static getFieldsMap ( )
staticprotected
Возвращает
array

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

◆ getMeaningfulFields()

static getMeaningfulFields ( )
staticprotected
Возвращает
array

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

◆ getPrice()

getPrice ( )
abstract

◆ getQuantity()

getQuantity ( )

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

◆ getRegistryType()

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

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

◆ save()

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

Exception

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

◆ updateInternal()

updateInternal ( $primary,
array $data )
protected
Аргументы
$primary
array$data
Возвращает
Main\Entity\UpdateResult
Исключения

Exception

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

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

◆ $item

$item
protected

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