[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

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

Implements Special:PagesWithProp 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.

Author: Brad Jorsch
File Size: 177 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SpecialPagesWithProp:: (11 methods):
  __construct()
  isCacheable()
  execute()
  onSubmit()
  prefixSearchSubpages()
  isSyndicated()
  getQueryInfo()
  getOrderFields()
  formatResult()
  getExistingPropNames()
  getGroupName()


Class: SpecialPagesWithProp  - X-Ref

Special:PagesWithProp to search the page_props table

__construct( $name = 'PagesWithProp' )   X-Ref
No description

isCacheable()   X-Ref
No description

execute( $par )   X-Ref
No description

onSubmit( $data, $form )   X-Ref
No description

prefixSearchSubpages( $search, $limit = 10 )   X-Ref
Return an array of subpages beginning with $search that this special page will accept.

param: string $search Prefix to search for
param: int $limit Maximum number of results to return
return: string[] Matching subpages

isSyndicated()   X-Ref
Disable RSS/Atom feeds

return: bool

getQueryInfo()   X-Ref
No description

getOrderFields()   X-Ref
No description

formatResult( $skin, $result )   X-Ref

param: Skin $skin
param: object $result Result row
return: string

getExistingPropNames()   X-Ref
No description

getGroupName()   X-Ref
No description



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