MediaWiki
REL1_33
CategoryTreeMode.php
Go to the documentation of this file.
1
<?php
28
class
CategoryTreeMode
{
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\CATEGORIES
const CATEGORIES
Definition
CategoryTreeMode.php:30
CategoryTreeMode\PARENTS
const PARENTS
Definition
CategoryTreeMode.php:36
CategoryTreeMode\ALL
const ALL
Definition
CategoryTreeMode.php:34
CategoryTreeMode\PAGES
const PAGES
Definition
CategoryTreeMode.php:32
extensions
CategoryTree
includes
CategoryTreeMode.php
Generated on Mon Nov 25 2024 15:48:51 for MediaWiki by
1.10.0