Static Protected Attributes |
static | $logClass = "application.modules.job.components.JobManager" |
Detailed Description
Definition at line 3 of file JobManager.php.
Member Function Documentation
JobManager::__checkLimitsProcesses |
( |
|
$attributes | ) |
|
|
private |
Check limits of executed processes.
- Parameters
-
- Returns
- boolean
Definition at line 354 of file JobManager.php.
JobManager::addCronTabJobFromArray |
( |
|
$attributes | ) |
|
JobManager::addJob |
( |
Job |
$job, |
|
|
|
$checkEnqueuedDuplicate = true |
|
) |
| |
Add job.
- Parameters
-
- Returns
- boolean
Definition at line 40 of file JobManager.php.
JobManager::clearComponents |
( |
| ) |
|
|
private |
JobManager::createJobFromArray |
( |
|
$attributes | ) |
|
JobManager::execJob |
( |
Job |
$job, |
|
|
|
$id = false |
|
) |
| |
JobManager::findAll |
( |
|
$class, |
|
|
|
$attributes, |
|
|
|
$condition = null |
|
) |
| |
|
private |
Find all data.
- Parameters
-
string | $class | |
array | $attributes | |
string | $condition | |
- Returns
- object
Definition at line 339 of file JobManager.php.
JobManager::findEnqueuedDuplicateJob |
( |
Job |
$job | ) |
|
|
protected |
Find enqueued duplicate job.
- Parameters
-
- Returns
- Job $job
Definition at line 258 of file JobManager.php.
JobManager::onAfterExecute |
( |
|
$event | ) |
|
JobManager::onBeforeExecute |
( |
|
$event | ) |
|
JobManager::prepareFindAttributes |
( |
|
$class, |
|
|
|
$attributes |
|
) |
| |
|
private |
Prepare find attributes.
- Parameters
-
string | $class | |
array | $attributes | |
- Returns
- array
Definition at line 291 of file JobManager.php.
JobManager::saveJob |
( |
Job |
$job | ) |
|
|
protected |
JobManager::timestampToDatabaseDate |
( |
|
$timestamp = null | ) |
|
|
protected |
Convert timestamp to database date.
- Parameters
-
- Returns
- string
Definition at line 242 of file JobManager.php.
Member Data Documentation
JobManager::$clearComponents = array() |
JobManager::$executeAsync = true |
JobManager::$jobs = array() |
JobManager::$logClass = "application.modules.job.components.JobManager" |
|
staticprotected |
The documentation for this class was generated from the following file: