Public Member Functions | |
__construct (&$reader, $flags=0) | |
show () | |
Take over the whole output page in $wgOut with the log display. | |
showList (&$out) | |
Output just the list of entries given by the linked LogReader, with extraneous UI elements. | |
Public Attributes | |
const | NO_ACTION_LINK = 1 |
$reader | |
LogReader object. |
Definition at line 761 of file LogEventsList.php.
LogViewer::__construct | ( | &$ | reader, | |
$ | flags = 0 | |||
) |
&$reader | LogReader: where to get our data from | |
$flags | Integer: Bitwise combination of flags: LogEventsList::NO_ACTION_LINK Don't show restore/unblock/block links |
Definition at line 774 of file LogEventsList.php.
References $flags, $reader, $wgUser, and wfDeprecated().
LogViewer::show | ( | ) |
Take over the whole output page in $wgOut with the log display.
Definition at line 787 of file LogEventsList.php.
References $wgOut.
LogViewer::showList | ( | &$ | out | ) |
Output just the list of entries given by the linked LogReader, with extraneous UI elements.
Use for displaying log fragments in another page (eg at Special:Undelete)
$out | OutputPage: where to send output |
Definition at line 814 of file LogEventsList.php.
References $out.
LogViewer::$reader |
const LogViewer::NO_ACTION_LINK = 1 |
Definition at line 762 of file LogEventsList.php.