![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Scheduled Tasks" | |
$task_id = checkNumeric($_GET["task_id"]) | |
if(! $task_id) | $task = new ScheduledTask($task_id) |
$log = new ScheduledTaskLogEntry() | |
$log | filter = new InclusionFilter("log_date") |
$filterForm = new FilterForm($log) | |
$dateRangeFilter = new DateRangeFilterRenderer($filterForm, "log_date", "", "month") | |
$constraint = $filterForm->getConstraint() | |
$logEntries = $task->LogEntries("$constraint ORDER BY log_date DESC") | |
$table = new DataListView($logEntries, "log_entries") | |
$table | paginate = true |
$table | pageSize = 20 |
$table | sortable = true |
$table | excelFile = "scheduled_task_log.xls" |
$table | emptyMessage = "There are no log files for this task." |
$tabs = ScheduledTaskManager::getTabs($task_id) | |
$script = $filterForm->writeScript() | |
$constraint = $filterForm->getConstraint() |
Definition at line 22 of file scheduled_task_logs.inc.
$dateRangeFilter = new DateRangeFilterRenderer($filterForm, "log_date", "", "month") |
Definition at line 19 of file scheduled_task_logs.inc.
$filterForm = new FilterForm($log) |
Definition at line 17 of file scheduled_task_logs.inc.
$log = new ScheduledTaskLogEntry() |
Definition at line 15 of file scheduled_task_logs.inc.
$logEntries = $task->LogEntries("$constraint ORDER BY log_date DESC") |
Definition at line 23 of file scheduled_task_logs.inc.
$menu_item = "Scheduled Tasks" |
Definition at line 5 of file scheduled_task_logs.inc.
$script = $filterForm->writeScript() |
Definition at line 38 of file scheduled_task_logs.inc.
$table = new DataListView($logEntries, "log_entries") |
Definition at line 25 of file scheduled_task_logs.inc.
$tabs = ScheduledTaskManager::getTabs($task_id) |
Definition at line 36 of file scheduled_task_logs.inc.
if (! $task_id) $task = new ScheduledTask($task_id) |
Definition at line 13 of file scheduled_task_logs.inc.
$task_id = checkNumeric($_GET["task_id"]) |
Definition at line 7 of file scheduled_task_logs.inc.
$table emptyMessage = "There are no log files for this task." |
Definition at line 34 of file scheduled_task_logs.inc.
$table excelFile = "scheduled_task_log.xls" |
Definition at line 33 of file scheduled_task_logs.inc.
$table filter = new InclusionFilter("log_date") |
Definition at line 16 of file scheduled_task_logs.inc.
$table pageSize = 20 |
Definition at line 30 of file scheduled_task_logs.inc.
$table paginate = true |
Definition at line 29 of file scheduled_task_logs.inc.
$table sortable = true |
Definition at line 32 of file scheduled_task_logs.inc.