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