• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/internals/fielddependence.php
  • Класс: Bitrix\Crm\WebForm\Internals\FieldDependenceTable
  • Вызов: FieldDependenceTable::getActions
static function getActions()
{
	return array(
		static::ACTION_ENUM_SHOW,
		static::ACTION_ENUM_HIDE,
		static::ACTION_ENUM_CHANGE,
	);
}