MediaWiki  1.34.0
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 }
CategoryTreeMode
Constants for use with the mode, defining what should be shown in the tree.
Definition: CategoryTreeMode.php:28
CategoryTreeMode\PAGES
const PAGES
Definition: CategoryTreeMode.php:32
CategoryTreeMode\PARENTS
const PARENTS
Definition: CategoryTreeMode.php:36
CategoryTreeMode\ALL
const ALL
Definition: CategoryTreeMode.php:34
CategoryTreeMode\CATEGORIES
const CATEGORIES
Definition: CategoryTreeMode.php:30