MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onDeletedContributionsLineEnding ( $page, &$ret, $row, &$classes, &$attribs) | |
This hook is called before a DeletedContributions HTML line is finished. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DeletedContributionsLineEnding" to register handlers implementing this interface.
Definition at line 15 of file DeletedContributionsLineEndingHook.php.
MediaWiki\Hook\DeletedContributionsLineEndingHook::onDeletedContributionsLineEnding | ( | $page, | |
& | $ret, | ||
$row, | |||
& | $classes, | ||
& | $attribs ) |
This hook is called before a DeletedContributions HTML line is finished.
DeletedContribsPager | $page | Pager object for DeletedContribsPager |
string | &$ret | The HTML line |
stdClass | $row | The DB row for this line |
string[] | &$classes | The classes to add to the surrounding |
string[] | &$attribs | Associative array of other HTML attributes for the element. Currently only data attributes reserved to MediaWiki are allowed (see Sanitizer::isReservedDataAttribute). |
Implemented in MediaWiki\HookContainer\HookRunner.