diff options
Diffstat (limited to 'includes/LinksUpdate.php')
-rw-r--r-- | includes/LinksUpdate.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index caacb49c..ef3374d9 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -673,6 +673,13 @@ class LinksUpdate { function getTitle() { return $this->mTitle; } + + /** + * Return the list of images used as generated by the parser + */ + public function getImages() { + return $this->mImages; + } /** * Invalidate any necessary link lists related to page property changes |