Dotclear 2.25
|
Public Member Functions | |
execute () | |
![]() | |
__construct (dcMaintenance $maintenance) | |
perm () | |
blog () | |
code ($code) | |
ts () | |
expired () | |
id () | |
name () | |
description () | |
tab () | |
group () | |
ajax () | |
task () | |
step () | |
success () | |
error () | |
header () | |
content () | |
execute () | |
help () | |
Protected Member Functions | |
init () | |
![]() | |
init () | |
log () | |
Protected Attributes | |
$group = 'purge' | |
![]() | |
$maintenance | |
$code | |
$ts = 0 | |
$expired = 0 | |
$ajax = false | |
$blog = false | |
$perm = null | |
$id | |
$name | |
$description | |
$tab = 'maintenance' | |
$group = 'other' | |
$task | |
$step | |
$error | |
$success | |
|
protected |
Initialize task object.
Reimplemented from dcMaintenanceTask.
References dcMaintenanceTask\description(), dcMaintenanceTask\error(), dcMaintenanceTask\success(), and dcMaintenanceTask\task().
execute | ( | ) |
Execute task.
Reimplemented from dcMaintenanceTask.
References DC_VAR, and path\real().
|
protected |