23 $actionsList = static::getPoolByCode(
$code);
25 if (empty($actionsList))
32 $typeList = array_keys($actionsList);
40 foreach ($typeList as
$type)
42 if (!isset($actionsList[
$type]))
52 $result->addErrors($r->getErrors());
55 if ($r->hasWarnings())
57 $result->addWarnings($r->getWarnings());