Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
PFQueryFormLink
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3/**
4 * '#queryformlink' links to Special:RunQuery, instead of Special:FormEdit.
5 * It is called in the exact same way as 'formlink', though the
6 * 'target' parameter should not be specified, and 'link text' is now optional,
7 * since it has a default value of 'Run query' (in whatever language the
8 * wiki is in).
9 */
10
11class PFQueryFormLink extends PFFormLink {
12
13}