|
ILIAS
release_8 Revision v8.24
|
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 | |
| string | $type |
| int | $max_concurrent_tasks |
Definition at line 22 of file class.ilBackgroundTasksSetupConfig.php.
| ilBackgroundTasksSetupConfig::__construct | ( | string | $type, |
| int | $max_concurrent_tasks | ||
| ) |
Definition at line 31 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks, $type, TYPE_ASYNCHRONOUS, and TYPE_SYNCHRONOUS.
| ilBackgroundTasksSetupConfig::getMaxCurrentTasks | ( | ) |
Definition at line 58 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks.
| ilBackgroundTasksSetupConfig::getType | ( | ) |
Definition at line 53 of file class.ilBackgroundTasksSetupConfig.php.
References $type.
|
protected |
Definition at line 29 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getMaxCurrentTasks().
|
protected |
Definition at line 27 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getType().
| const ilBackgroundTasksSetupConfig::TYPE_ASYNCHRONOUS = "async" |
Definition at line 25 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct().
| const ilBackgroundTasksSetupConfig::TYPE_SYNCHRONOUS = "sync" |
Definition at line 24 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and ilBackgroundTasksSetupAgent\getArrayToConfigTransformation().