MediaWiki master
ImportableOldRevision.php
Go to the documentation of this file.
1<?php
2
6
11
17 public function getUserObj();
18
23 public function getUser();
24
29 public function getTitle();
30
35 public function getTimestamp();
36
41 public function getComment();
42
47 public function getModel();
48
53 public function getFormat();
54
60 public function getContent( $role = SlotRecord::MAIN );
61
67 public function getSlot( $role );
68
73 public function getSlotRoles();
74
79 public function getMinor();
80
85 public function getSha1Base36();
86
91 public function getTags();
92
93}
Value object representing a content slot associated with a page revision.
Represents a title within MediaWiki.
Definition Title.php:78
internal since 1.36
Definition User.php:93
getContent( $role=SlotRecord::MAIN)