MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onOutputPageCheckLastModified (&$modifiedTimes, $out) | |
This hook is called when checking if the page has been modified since the last visit. | |
Stable to implement.
Definition at line 11 of file OutputPageCheckLastModifiedHook.php.
MediaWiki\Hook\OutputPageCheckLastModifiedHook::onOutputPageCheckLastModified | ( | & | $modifiedTimes, |
$out | |||
) |
This hook is called when checking if the page has been modified since the last visit.
string[] | &$modifiedTimes | Array of timestamps. The following keys are set: page, user, epoch. |
OutputPage | $out | since 1.28 |
Implemented in MediaWiki\Api\ApiHookRunner, and MediaWiki\HookContainer\HookRunner.