Открытые члены | |
setResetVotingResult (bool $bool) | |
setQuestionCopier (EntityCopier $questionCopier) | |
add (Container $container, array $fields) | |
getFields (Container $container, $entityId) | |
prepareFieldsToCopy (Container $container, array $fields) | |
copyChildren (Container $container, $entityId, $copiedEntityId) | |
Открытые члены унаследованные от CopyImplementer | |
__construct () | |
getErrors () | |
setUserFieldManager (\CUserTypeManager $userTypeManager) | |
setUfIgnoreList (array $ufIgnoreList) | |
setExecutiveUserId (int $executiveUserId) | |
Дополнительные унаследованные члены | |
Защищенные члены унаследованные от CopyImplementer | |
copyUfFields (int $entityId, int $copiedEntityId, string $ufObject) | |
getResult (array $results=[]) | |
Защищенные данные унаследованные от CopyImplementer | |
$result | |
$userTypeManager | |
$ufIgnoreList = [] | |
$executiveUserId | |
add | ( | Container | $container, |
array | $fields ) |
Adds vote.
Container | $container | |
array | $fields |
Exception
Переопределяет метод предка CopyImplementer.
copyChildren | ( | Container | $container, |
$entityId, | |||
$copiedEntityId ) |
Starts copying children entities.
Container | $container | |
int | $entityId | Vote id. |
int | $copiedEntityId | Copied vote id. |
Переопределяет метод предка CopyImplementer.
getFields | ( | Container | $container, |
$entityId ) |
prepareFieldsToCopy | ( | Container | $container, |
array | $fields ) |
Preparing data before creating a new entity.
Container | $container | |
array | $fields | List entity fields. |
Переопределяет метод предка CopyImplementer.
setQuestionCopier | ( | EntityCopier | $questionCopier | ) |