Go to the source code of this file.
Namespaces | |
| FDL | |
Variables | |
| global | $action |
| $usage = new ApiUsage() | |
| $accountOnly | |
| $famid = $usage->addHiddenParameter("famid", "Sub-process a single family") | |
| if(!is_string($famid)) | $progress = $usage->addHiddenParameter("progress", "Parent process progress") |
| if(!is_string($progress)) | $parallel = $usage->addHiddenParameter("experimental-parallel", "[EXPERIMENTAL] Run sub-processes in parallel. This parameter sets the number of concurrent jobs.") |
| $accountOnly |
Definition at line 23 of file initViewPrivileges.php.
| global $action |
Definition at line 15 of file initViewPrivileges.php.
| $famid = $usage->addHiddenParameter("famid", "Sub-process a single family") |
Definition at line 29 of file initViewPrivileges.php.
| if (!is_string($progress)) $parallel = $usage->addHiddenParameter("experimental-parallel", "[EXPERIMENTAL] Run sub-processes in parallel. This parameter sets the number of concurrent jobs.") |
Definition at line 39 of file initViewPrivileges.php.
| if (!is_string($famid)) $progress = $usage->addHiddenParameter("progress", "Parent process progress") |
Definition at line 34 of file initViewPrivileges.php.
Definition at line 20 of file initViewPrivileges.php.