MediaWiki  1.34.0
CategoryTreeHidePrefix.php
Go to the documentation of this file.
1 <?php
30 
31  const NEVER = 0;
32 
33  const ALWAYS = 10;
34 
35  const CATEGORIES = 20;
36 
37  const AUTO = 30;
38 
39 }
CategoryTreeHidePrefix\NEVER
const NEVER
Definition: CategoryTreeHidePrefix.php:31
CategoryTreeHidePrefix\ALWAYS
const ALWAYS
Definition: CategoryTreeHidePrefix.php:33
CategoryTreeHidePrefix
Constants for use with the hideprefix option, defining when the namespace prefix should be hidden.
Definition: CategoryTreeHidePrefix.php:29
CategoryTreeHidePrefix\AUTO
const AUTO
Definition: CategoryTreeHidePrefix.php:37
CategoryTreeHidePrefix\CATEGORIES
const CATEGORIES
Definition: CategoryTreeHidePrefix.php:35