Update
This commit is contained in:
@@ -230,6 +230,46 @@ namespace Bitrix\Ui\EntityForm {
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig resetCommon()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig unsetCommon()
|
||||
* @method \boolean fillCommon()
|
||||
* @method \boolean getAutoApplyScope()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig setAutoApply(\boolean|\Bitrix\Main\DB\SqlExpression $common)
|
||||
* @method bool hasAutoApplyScope()
|
||||
* @method bool isAutoApplyScopeFilled()
|
||||
* @method bool isAutoApplyScopeChanged()
|
||||
* @method \boolean remindAutoApplyScopeCommon()
|
||||
* @method \boolean requireAutoApplyScope()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig resetAutoApplyScope()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig unsetAutoApplyScope()
|
||||
* @method \boolean fillAutoApplyScope()
|
||||
* @method \string getOptionCategory()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig setOptionCategory(\string|\Bitrix\Main\DB\SqlExpression $config)
|
||||
* @method bool hasOptionCategory()
|
||||
* @method bool isOptionCategoryFilled()
|
||||
* @method bool isOptionCategoryChanged()
|
||||
* @method \string remindActualOptionCategory()
|
||||
* @method \string requireOptionCategory()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig resetOptionCategory()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig unsetOptionCategory()
|
||||
* @method \string fillOptionCategory()
|
||||
* @method \boolean getOnAdd()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig setOnAdd(\boolean|\Bitrix\Main\DB\SqlExpression $common)
|
||||
* @method bool hasOnAdd()
|
||||
* @method bool isOnAddFilled()
|
||||
* @method bool isOnAddChanged()
|
||||
* @method \boolean remindActualOnAdd()
|
||||
* @method \boolean requireOnAdd()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig resetOnAdd()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig unsetOnAdd()
|
||||
* @method \boolean fillOnAdd()
|
||||
* @method \boolean getOnUpdate()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig setOnUpdate(\boolean|\Bitrix\Main\DB\SqlExpression $common)
|
||||
* @method bool hasOnUpdate()
|
||||
* @method bool isOnUpdateFilled()
|
||||
* @method bool isOnUpdateChanged()
|
||||
* @method \boolean remindActualOnUpdate()
|
||||
* @method \boolean requireOnUpdate()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig resetOnUpdate()
|
||||
* @method \Bitrix\Ui\EntityForm\EO_EntityFormConfig unsetOnUpdate()
|
||||
* @method \boolean fillOnUpdate()
|
||||
*
|
||||
* Common methods:
|
||||
* ---------------
|
||||
@@ -284,6 +324,14 @@ namespace Bitrix\Ui\EntityForm {
|
||||
* @method \string[] fillConfig()
|
||||
* @method \boolean[] getCommonList()
|
||||
* @method \boolean[] fillCommon()
|
||||
* @method \boolean[] getAutoApplyScopeList()
|
||||
* @method \boolean[] fillAutoApplyScope()
|
||||
* @method \string[] getOptionCategoryList()
|
||||
* @method \string[] fillOptionCategory()
|
||||
* @method \boolean[] getOnAddList()
|
||||
* @method \boolean[] fillOnAdd()
|
||||
* @method \boolean[] getOnUpdateList()
|
||||
* @method \boolean[] fillOnUpdate()
|
||||
*
|
||||
* Common methods:
|
||||
* ---------------
|
||||
|
||||
Reference in New Issue
Block a user