MediaWiki
1.34.0
|
Constants for use with the hideprefix option, defining when the namespace prefix should be hidden. More...
Public Attributes | |
const | ALWAYS = 10 |
const | AUTO = 30 |
const | CATEGORIES = 20 |
const | NEVER = 0 |
Constants for use with the hideprefix option, defining when the namespace prefix should be hidden.
Definition at line 29 of file CategoryTreeHidePrefix.php.
const CategoryTreeHidePrefix::ALWAYS = 10 |
Definition at line 33 of file CategoryTreeHidePrefix.php.
Referenced by CategoryTree\decodeHidePrefix(), and CategoryTree\renderNodeInfo().
const CategoryTreeHidePrefix::AUTO = 30 |
Definition at line 37 of file CategoryTreeHidePrefix.php.
Referenced by CategoryTree\decodeHidePrefix(), and CategoryTree\renderNodeInfo().
const CategoryTreeHidePrefix::CATEGORIES = 20 |
Definition at line 35 of file CategoryTreeHidePrefix.php.
Referenced by CategoryTree\decodeHidePrefix(), and CategoryTree\renderNodeInfo().
const CategoryTreeHidePrefix::NEVER = 0 |
Definition at line 31 of file CategoryTreeHidePrefix.php.
Referenced by CategoryTree\decodeHidePrefix().