|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilBackgroundTasksSetupConfig:
Collaboration diagram for ilBackgroundTasksSetupConfig:Public Member Functions | |
| __construct (string $type, int $max_concurrent_tasks) | |
| getType () | |
| getMaxCurrentTasks () | |
Data Fields | |
| const | TYPE_SYNCHRONOUS = "sync" |
| const | TYPE_ASYNCHRONOUS = "async" |
Protected Attributes | |
| $type | |
| $max_concurrent_tasks | |
Definition at line 8 of file class.ilBackgroundTasksSetupConfig.php.
| ilBackgroundTasksSetupConfig::__construct | ( | string | $type, |
| int | $max_concurrent_tasks | ||
| ) |
Definition at line 23 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks, $type, TYPE_ASYNCHRONOUS, and TYPE_SYNCHRONOUS.
| ilBackgroundTasksSetupConfig::getMaxCurrentTasks | ( | ) |
Definition at line 50 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks.
| ilBackgroundTasksSetupConfig::getType | ( | ) |
Definition at line 45 of file class.ilBackgroundTasksSetupConfig.php.
References $type.
|
protected |
Definition at line 21 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getMaxCurrentTasks().
|
protected |
Definition at line 16 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getType().
| const ilBackgroundTasksSetupConfig::TYPE_ASYNCHRONOUS = "async" |
Definition at line 11 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct().
| const ilBackgroundTasksSetupConfig::TYPE_SYNCHRONOUS = "sync" |
Definition at line 10 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and ilBackgroundTasksSetupAgent\getArrayToConfigTransformation().