Public Member Functions | |
| __construct (Title $title) | |
| run () | |
| Run job. | |
| insert () | |
| This actually files the job. | |
Update jobs are created if, when saving an article, it is detected that the content of other pages must be re-parsed as well (e.g. due to some type change).
Definition at line 24 of file SMW_UpdateJob.php.
| SMWUpdateJob::__construct | ( | Title $ | title | ) |
Definition at line 26 of file SMW_UpdateJob.php.
| SMWUpdateJob::run | ( | ) |
Run job.
Definition at line 34 of file SMW_UpdateJob.php.
References public::error(), smwfGetStore(), and SMWParseData::storeData().
| SMWUpdateJob::insert | ( | ) |
This actually files the job.
This is prevented if the configuration of SMW disables jobs.
Definition at line 78 of file SMW_UpdateJob.php.
References $smwgEnableUpdateJobs.
1.5.6