|
|
const | NAME = "ajax_admin_scheduler" |
| |
|
const | PERMISSION = "permission" |
| |
|
const | REQUIRES_LOGIN = "requiresLogin" |
| |
|
const | ENABLE_MENU = "ENABLE_MENU" |
| |
|
const | LEVEL = "level" |
| |
|
const | DEPENDENCIES = "dependencies" |
| |
|
const | INIT_ORDER = "initOrder" |
| |
|
const | MENU_LIST = "menuList" |
| |
|
const | MENU_ORDER = "menuOrder" |
| |
|
const | MENU_TARGET = "menuTarget" |
| |
|
const | TITLE = "title" |
| |
|
| $fileLogger |
| |
Definition at line 17 of file AjaxAdminScheduler.php.
◆ convertToAssociative()
| Fossology\UI\Ajax\AjaxAdminScheduler::convertToAssociative |
( |
|
$simpleArray | ) |
|
|
private |
Convert simple array to associative array for Twig macro.
- Parameters
-
| array | $simpleArray | Simple array like [259, 260] |
- Returns
- array Associative array like [259 => 259, 260 => 260]
Definition at line 87 of file AjaxAdminScheduler.php.
◆ jobListOption()
| Fossology\UI\Ajax\AjaxAdminScheduler::jobListOption |
( |
|
$type | ) |
|
get the job list for the specified operation
- Parameters
-
| string | $type | operation type |
- Returns
- array job list of option elements
Definition at line 101 of file AjaxAdminScheduler.php.
◆ priorityListOption()
| Fossology\UI\Ajax\AjaxAdminScheduler::priorityListOption |
( |
|
$fromRest = false | ) |
|
get the priority list for setting, -20..20
- Returns
- string | array of priority options
Definition at line 148 of file AjaxAdminScheduler.php.
◆ verboseListOption()
| Fossology\UI\Ajax\AjaxAdminScheduler::verboseListOption |
( |
|
$fromRest = false | ) |
|
get the verbose list: if the value of verbose is 1, set verbose as 1
- Returns
- string | array
Definition at line 127 of file AjaxAdminScheduler.php.
The documentation for this class was generated from the following file: