[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/specials/ -> SpecialPrefixindex.php (summary)

Implements Special:Prefixindex This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 304 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SpecialPrefixindex:: (5 methods):
  __construct()
  execute()
  namespacePrefixForm()
  showPrefixChunk()
  getGroupName()


Class: SpecialPrefixindex  - X-Ref

Implements Special:Prefixindex

__construct()   X-Ref
No description

execute( $par )   X-Ref
Entry point : initialise variables and call subfunctions.

param: string $par Becomes "FOO" when called like Special:Prefixindex/FOO (default null)

namespacePrefixForm( $namespace = NS_MAIN, $from = '' )   X-Ref
HTML for the top form

param: int $namespace A namespace constant (default NS_MAIN).
param: string $from DbKey we are starting listing at.
return: string

showPrefixChunk( $namespace = NS_MAIN, $prefix, $from = null )   X-Ref

param: int $namespace Default NS_MAIN
param: string $prefix
param: string $from List all pages from this name (default false)

getGroupName()   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1