MediaWiki REL1_40
ImportableOldRevision.php
Go to the documentation of this file.
1<?php
2
5
10
16 public function getUserObj();
17
22 public function getUser();
23
28 public function getTitle();
29
34 public function getTimestamp();
35
40 public function getComment();
41
46 public function getModel();
47
52 public function getFormat();
53
59 public function getContent( $role = SlotRecord::MAIN );
60
66 public function getSlot( $role );
67
72 public function getSlotRoles();
73
78 public function getMinor();
79
84 public function getSha1Base36();
85
90 public function getTags();
91
92}
Value object representing a content slot associated with a page revision.
Represents a title within MediaWiki.
Definition Title.php:82
getContent( $role=SlotRecord::MAIN)