Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
Hark
Commits
84f3c119
Commit
84f3c119
authored
May 11, 2022
by
Rich Lott / Artful Robot
Browse files
Improve docblock on HarkSurvey.cloneSurvey
parent
8abd825e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Civi/Api4/Action/HarkSurvey/CloneSurvey.php
View file @
84f3c119
...
...
@@ -28,7 +28,11 @@ class CloneSurvey extends \Civi\Api4\Generic\AbstractAction {
protected
$newTitle
;
/**
* Depth of clone, one of: survey, participants, full
* Depth of clone, one of:
*
* - survey: just the definition
* - participants: the survey and the participants but not their answers
* - full: the survey, its participants and the answers.
*
* @var string
* @default survey
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment