Открытые члены | |
doStep () | |
getData () | |
Открытые статические члены | |
static | findJob (int $sitemapId) |
static | addJob (int $sitemapId) |
static | markToRegenerate (int $sitemapId) |
static | clearBySitemap (int $sitemapId) |
static | doJobAgent (int $sitemapId) |
Открытые атрибуты | |
const | STATUS_REGISTER = 'R' |
const | STATUS_PROCESS = 'P' |
const | STATUS_FINISH = 'F' |
const | STATUS_ERROR = 'E' |
Защищенные члены | |
__construct (int $sitemapId) | |
lock () | |
unlock () | |
checkLock () | |
save () | |
finish () | |
getFormattedStatusMessage () | |
Защищенные статические члены | |
static | checkSitemapExists (int $sitemapId) |
static | getDataBySitemap (int $sitemapId) |
static | findAgent (int $sitemapId) |
static | addAgent (int $sitemapId) |
static | deleteAgent (int $sitemapId) |
static | getAgentName (int $sitemapId) |
Защищенные данные | |
const | AGENT_FUNCTION = 'doJobAgent' |
const | AGENT_INTERVAL = 1 |
const | AGENT_DELAY = 60 |
const | LOCK_MAX_INTERVAL = 300 |
const | PROGRESS_WIDTH = 500 |
int | $id |
int | $sitemapId |
int | $step |
array | $state |
string | $status |
string | $statusMessage = '' |
bool | $isLocked = false |
DateTime | $dateModify |
Control process of sitemap generation. Multistep, reload, agent etc
|
protected |
|
staticprotected |
|
static |
|
staticprotected |
|
staticprotected |
|
static |
|
staticprotected |
|
static |
|
protected |
getData | ( | ) |
|
staticprotected |
|
static |
|
protected |
|
protected |