exists() will return true). * @param Authority $deleter Who deleted the page * @param string $reason Reason the page was deleted * @param int $pageID ID of the page that was deleted * @param RevisionRecord $deletedRev Last revision of the deleted page * @param ManualLogEntry $logEntry ManualLogEntry used to record the deletion * @param int $archivedRevisionCount Number of revisions archived during the deletion * @return true|void */ public function onPageDeleteComplete( ProperPageIdentity $page, Authority $deleter, string $reason, int $pageID, RevisionRecord $deletedRev, ManualLogEntry $logEntry, int $archivedRevisionCount ); }