MediaWiki REL1_33
CategoryTreeMode.php
Go to the documentation of this file.
1<?php
29
30 const CATEGORIES = 0;
31
32 const PAGES = 10;
33
34 const ALL = 20;
35
36 const PARENTS = 100;
37
38}
Constants for use with the mode, defining what should be shown in the tree.