* Allow $wgDiff3=false
[lhc/web/wiklou.git] / includes / HTMLCacheUpdate.php
index 68fbce1..636d73f 100644 (file)
@@ -101,11 +101,11 @@ class HTMLCacheUpdate
                return $this->mPrefix;
        }
 
-       protected function getFromField() {
+       public function getFromField() {
                return $this->getPrefix() . '_from';
        }
 
-       protected function getToCondition() {
+       public function getToCondition() {
                $prefix = $this->getPrefix();
                switch ( $this->mTable ) {
                        case 'pagelinks':
@@ -182,7 +182,9 @@ class HTMLCacheUpdate
 }
 
 /**
- * @todo document (e.g. one-sentence top-level class description).
+ * Job wrapper for HTMLCacheUpdate. Gets run whenever a related
+ * job gets called from the queue.
+ * 
  * @ingroup JobQueue
  */
 class HTMLCacheUpdateJob extends Job {