Открытые статические члены | |
static | getClassTitle () |
static | getOnApplyErrorMessage () |
static | check ($basketItemsIds, array $restrictionParams, $serviceId=0) |
static | getParamsStructure ($entityId=0) |
Открытые статические члены унаследованные от Restriction | |
static | getClassDescription () |
static | checkByEntity (Entity $entity, array $restrictionParams, $mode, $serviceId=0) |
static | validateRestriction ($fields) |
static | prepareParamsValues (array $paramsValues, $entityId=0) |
static | save (array $fields, $restrictionId=0) |
static | delete ($restrictionId, $entityId=0) |
static | getSeverity ($mode) |
static | prepareData (array $servicesIds) |
static | isAvailable () |
static | getCode () |
static | isMyCode (string $code) |
Защищенные статические члены | |
static | getJsHandler () |
static | getBasketItems (Entity $entity) |
Защищенные статические члены унаследованные от Restriction | |
static | extractParams (Entity $entity) |
Дополнительные унаследованные члены | |
Статические открытые данные унаследованные от Restriction | |
static | $easeSort = 100 |
См. определение в файле concreteproductrestriction.php строка 17
|
static |
Compares the list of basket items with the list of items that restrict the system and returns a boolean result
$basketItemsIds | ||
array | $restrictionParams | |
int | $serviceId |
Переопределяет метод предка Restriction.
См. определение в файле concreteproductrestriction.php строка 81
|
staticabstractprotected |
Return array of basket items from $entity
Entity | $entity |
|
static |
Returns the restriction title
Переопределяет метод предка Restriction.
См. определение в файле concreteproductrestriction.php строка 63
|
staticabstractprotected |
Return js object name that must have 'addRestrictionByConcreteProduct(nodeId, id, name)' and 'deleteRestrictionByConcreteProduct(nodeId, id, name)' functions
Переопределяется в ByConcreteProduct и ConcreteProduct.
|
static |
Returns message that will be display if error occurs while applying restriction
Переопределяет метод предка Restriction.
См. определение в файле concreteproductrestriction.php строка 68
|
static |
Returns array of 'CONCRETE_PRODUCT' restriction params
int | $entityId |
Переопределяет метод предка Restriction.
См. определение в файле concreteproductrestriction.php строка 112