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

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

static getClassTitle ()
 
static getClassDescription ()
 
static getOnApplyErrorMessage ()
 
static getParamsStructure ($entityId=0)
 
- Открытые статические члены унаследованные от Price
static getTabletClassName ()
 
static recountPricesFromBase ($id)
 
static clearSettings ()
 
- Открытые статические члены унаследованные от 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 getTabletFieldNames (int $fields=self::FIELDS_MAIN)
 
static getCachedFieldList ()
 
static getCallbackRestEvent ()
 

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

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

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

- Открытые члены унаследованные от Entity
 __construct ()
 
 fetch (Main\Text\Converter $converter=null)
 
- Открытые атрибуты унаследованные от 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
 
- Защищенные члены унаследованные от Entity
 getTablet ()
 

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

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

Методы

◆ getClassDescription()

static getClassDescription ( )
static
Возвращает
mixed

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

◆ getClassTitle()

static getClassTitle ( )
static
Возвращает
mixed

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

◆ getOnApplyErrorMessage()

static getOnApplyErrorMessage ( )
static

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

◆ getParamsStructure()

static getParamsStructure ( $entityId = 0)
static
Аргументы
$entityId
Возвращает
array
Исключения

Bitrix\Main\ArgumentException

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

◆ getPrice()

static getPrice ( $entityParams,
$paramValue )
staticprotected
Аргументы
$entityParams
$paramValue
Возвращает
float

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