From: Bryan Tong Minh Date: Fri, 6 Nov 2009 16:22:56 +0000 (+0000) Subject: Add accessor to LinksUpdate::mImages X-Git-Tag: 1.31.0-rc.0~38940 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=12f4ac9b8874bdf0ab3be55a46d5e4a76bd5e5db;p=lhc%2Fweb%2Fwiklou.git Add accessor to LinksUpdate::mImages --- diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index caacb49c26..ef3374d9f9 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