Dotclear 2.24
|
Public Member Functions | |
execute () | |
task () | |
step () | |
success () | |
![]() | |
__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 () | |
synchronizeAllPostsmeta (?int $start=null, ?int $limit=null) | |
![]() | |
init () | |
log () | |
Protected Attributes | |
$ajax = true | |
$group = 'index' | |
$limit = 100 | |
$step_task | |
![]() | |
$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\name(), step(), success(), and task().
execute | ( | ) |
Execute task.
Reimplemented from dcMaintenanceTask.
References dcMaintenanceTask\code(), and synchronizeAllPostsmeta().
task | ( | ) |
Get task message.
This message is used on form button.
Reimplemented from dcMaintenanceTask.
References dcMaintenanceTask\$task, and dcMaintenanceTask\code().
Referenced by init().
step | ( | ) |
Get step message.
This message is displayed during task step execution.
Reimplemented from dcMaintenanceTask.
References dcMaintenanceTask\code(), and step().
success | ( | ) |
Get success message.
This message is displayed when task is accomplished.
Reimplemented from dcMaintenanceTask.
References dcMaintenanceTask\$success, dcMaintenanceTask\code(), and step().
Referenced by init().
|
protected |
Synchronize posts meta
int | null | $start | The start |
int | null | $limit | The limit |
References $limit, dcCore\app(), dcMeta\META_TABLE_NAME, and dcBlog\POST_TABLE_NAME.
Referenced by execute().
|
protected |
|
protected |
Referenced by synchronizeAllPostsmeta().
|
protected |