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

Открытые члены

 run (int $propertyId, int $iblockId, array $fields)
 
- Открытые члены унаследованные от Action
 __construct ($name, Controller $controller, $config=array())
 
 configure ($params)
 
 getArguments ()
 
 setArguments (array $arguments)
 
 runWithSourceParametersList ()
 
 getBinder ()
 
 getController ()
 
 getName ()
 
 getConfig ()
 
 getCurrentUser ()
 
 convertKeysToCamelCase ($data)
 
 getErrors ()
 
 getErrorByCode ($code)
 

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

- Открытые статические члены унаследованные от Action
static className ()
 
- Защищенные члены унаследованные от Action
 init ()
 
 buildBinder ()
 
 onBeforeRun ()
 
 onAfterRun ()
 
 addError (Error $error)
 
 addErrors (array $errors)
 
- Защищенные данные унаследованные от Action
 $binder
 
 $errorCollection
 
 $controller
 
 $config
 
 $name
 

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

Save iblock property handler.

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

Методы

◆ run()

run ( int $propertyId,
int $iblockId,
array $fields )

Handler.

Аргументы
int$propertyIdset 0 if need to create a property
int$iblockId
array$fields
Возвращает
array|null in format [ ENTITY_ID ]. Returns null if has errors.

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