MediaWiki master
PageUpdateCauses.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Storage;
8
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}
Constants for representing well known causes for page updates.