MediaWiki
master
PageUpdateCauses.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\Storage
;
8
22
interface
PageUpdateCauses
{
23
25
public
const
CAUSE_DELETE =
'delete'
;
26
28
public
const
CAUSE_UNDELETE =
'undelete'
;
29
31
public
const
CAUSE_IMPORT =
'import'
;
32
34
public
const
CAUSE_MOVE =
'move'
;
35
37
public
const
CAUSE_EDIT =
'edit'
;
38
43
public
const
CAUSE_PROTECTION_CHANGE =
'protection_change'
;
44
46
public
const
CAUSE_UPLOAD =
'upload'
;
47
49
public
const
CAUSE_ROLLBACK =
'rollback'
;
50
52
public
const
CAUSE_UNDO =
'undo'
;
53
54
}
MediaWiki\Storage\PageUpdateCauses
Constants for representing well known causes for page updates.
Definition
PageUpdateCauses.php:22
MediaWiki\Storage
Definition
BadBlobException.php:3
includes
Storage
PageUpdateCauses.php
Generated on Wed Feb 18 2026 09:28:26 for MediaWiki by
1.10.0