Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
PFFormRedLink
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3/**
4 * '#formredlink' is called in a very similar way to 'formlink' - the only
5 * difference is that it lacks the 'link text', 'link type' and 'tooltip'
6 * parameters. Its behavior is quite similar to that of 'formlink' as well;
7 * the only difference is that, when the 'target' is an existing page, it
8 * creates a link directly to that page, instead of to a form to edit the
9 * page.
10 */
11
12class PFFormRedLink extends PFFormLink {
13
14}