Открытые члены | |
__construct ($id, array $initParams, $currency, $value=null, array $additionalParams=array()) | |
setValue ($value) | |
getName () | |
getDescription () | |
getValue () | |
getEditControl ($prefix='', $value=false) | |
getViewControl () | |
getPrice () | |
canUserEditValue () | |
canManagerEditValue () | |
getAdminDefaultControl ($prefix='', $value=false) | |
isStore () | |
getParams () | |
setOperatingCurrency ($currency) | |
getOperatingCurrency () | |
getCode () | |
getId () | |
getCostShipment (Shipment $shipment=null) | |
getCost () | |
getPriceShipment (Shipment $shipment=null) | |
getDisplayValue () | |
getInitial () | |
Открытые статические члены | |
static | getClassTitle () |
static | prepareParamsToSave (array $params) |
static | getAdminParamsControl ($name, array $params, $currency='') |
static | isInner () |
static | isEmbeddedOnly () |
Защищенные члены | |
convertToOtherCurrency ($value, $currency) | |
convertToOperatingCurrency ($value) | |
Защищенные данные | |
$id | |
$code | |
$name = '' | |
$description = '' | |
$className = __CLASS__ | |
$params = array() | |
$rights | |
$deliveryId = 0 | |
$initial = '' | |
$active = false | |
$sort = 100 | |
$value = null | |
$currency = '' | |
$operatingCurrency = '' | |
__construct | ( | $id, | |
array | $initParams, | ||
$currency, | |||
$value = null , |
|||
array | $additionalParams = array() |
||
) |
getAdminDefaultControl | ( | $prefix = '' , |
|
$value = false |
|||
) |
|
static |
|
staticabstract |
Переопределяется в Checkbox, Enum, Quantity, Store, ByDimensions, ByLocation, ByMaxSize, ByPaySystem, ByPersonType, ByPrice, ByPublicMode, BySite, ByTradeBinding, ByWeight, ExcludeLocation, Automatic, AutomaticProfile, Configurable, EmptyDeliveryService, Group и RusPost.
getCost | ( | ) |
getDisplayValue | ( | ) |
getEditControl | ( | $prefix = '' , |
|
$value = false |
|||
) |
|
static |
setOperatingCurrency | ( | $currency | ) |
|
protected |