|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onDeletedContributionsLineEnding ( $page, &$ret, $row, &$classes, &$attribs) | |
| This hook is called before a DeletedContributions HTML line is finished. | |
Stable to implement.
Definition at line 12 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.