expressionfield.php
Bitrix Framework
Tags
Table of Contents
Classes
- ExpressionField
- Expr field is to describe dynamic fields by expression, e.g. we have PRICE_USD field and need to count price in EUR then we define expression field PRICE_EUR with expression = array('%s * 1.25', 'PRICE_USD')