MediaWiki REL1_33
|
Constants for use with the mode, defining what should be shown in the tree. More...
Public Attributes | |
const | ALL = 20 |
const | CATEGORIES = 0 |
const | PAGES = 10 |
const | PARENTS = 100 |
Constants for use with the mode, defining what should be shown in the tree.
Definition at line 28 of file CategoryTreeMode.php.
const CategoryTreeMode::ALL = 20 |
Definition at line 34 of file CategoryTreeMode.php.
Referenced by CategoryTree\__construct(), CategoryTree\decodeMode(), CategoryTreePage\executeInputForm(), and CategoryTree\renderChildren().
const CategoryTreeMode::CATEGORIES = 0 |
Definition at line 30 of file CategoryTreeMode.php.
Referenced by CategoryTree\__construct(), CategoryTree\decodeMode(), CategoryTreePage\executeInputForm(), and CategoryTree\renderNodeInfo().
const CategoryTreeMode::PAGES = 10 |
Definition at line 32 of file CategoryTreeMode.php.
Referenced by CategoryTree\__construct(), CategoryTree\decodeMode(), CategoryTreePage\executeInputForm(), CategoryTree\renderChildren(), and CategoryTree\renderNodeInfo().
const CategoryTreeMode::PARENTS = 100 |
Definition at line 36 of file CategoryTreeMode.php.
Referenced by CategoryTree\__construct(), CategoryTree\decodeMode(), CategoryTree\isInverse(), and CategoryTree\renderNodeInfo().