X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fpage%2FCategoryPage.php;h=dda13d3da9a9b25e1ee4840e0aec4a9e09839bb1;hp=491726beddf0ee89dac782659908a4147a3d4ae7;hb=54c93f1d384cd5accd2db2ebbb911e4d627c2980;hpb=faf7cc4a09848c538320bd2b9067b1a77c0a0183 diff --git a/includes/page/CategoryPage.php b/includes/page/CategoryPage.php index 491726bedd..dda13d3da9 100644 --- a/includes/page/CategoryPage.php +++ b/includes/page/CategoryPage.php @@ -24,16 +24,13 @@ /** * Special handling for category description pages, showing pages, * subcategories and file that belong to the category + * + * @property WikiCategoryPage $mPage Set by overwritten newPage() in this class */ class CategoryPage extends Article { # Subclasses can change this to override the viewer class. protected $mCategoryViewerClass = CategoryViewer::class; - /** - * @var WikiCategoryPage - */ - protected $mPage; - /** * @param Title $title * @return WikiCategoryPage