MediaWiki master
ImportableOldRevision.php
Go to the documentation of this file.
1<?php
2
7
12
18 public function getUserObj();
19
24 public function getUser();
25
30 public function getTitle();
31
36 public function getTimestamp();
37
42 public function getComment();
43
48 public function getModel();
49
54 public function getFormat();
55
61 public function getContent( $role = SlotRecord::MAIN );
62
68 public function getSlot( $role );
69
74 public function getSlotRoles();
75
80 public function getMinor();
81
86 public function getSha1Base36();
87
92 public function getTags();
93
94}
Value object representing a content slot associated with a page revision.
Represents a title within MediaWiki.
Definition Title.php:78
User class for the MediaWiki software.
Definition User.php:123
getContent( $role=SlotRecord::MAIN)
Content objects represent page content, e.g.
Definition Content.php:42