MediaWiki
master
PageUpdateCauses.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\Storage
;
22
36
interface
PageUpdateCauses
{
37
39
public
const
CAUSE_DELETE =
'delete'
;
40
42
public
const
CAUSE_UNDELETE =
'undelete'
;
43
45
public
const
CAUSE_IMPORT =
'import'
;
46
48
public
const
CAUSE_MOVE =
'move'
;
49
51
public
const
CAUSE_EDIT =
'edit'
;
52
57
public
const
CAUSE_PROTECTION_CHANGE =
'protection_change'
;
58
60
public
const
CAUSE_UPLOAD =
'upload'
;
61
63
public
const
CAUSE_ROLLBACK =
'rollback'
;
64
66
public
const
CAUSE_UNDO =
'undo'
;
67
68
}
MediaWiki\Storage\PageUpdateCauses
Constants for representing well known causes for page updates.
Definition
PageUpdateCauses.php:36
MediaWiki\Storage
Definition
BadBlobException.php:3
includes
Storage
PageUpdateCauses.php
Generated on Sun Mar 16 2025 22:27:08 for MediaWiki by
1.10.0