MediaWiki REL1_39
ImportableOldRevision.php
Go to the documentation of this file.
1<?php
2
4
9
15 public function getUserObj();
16
21 public function getUser();
22
27 public function getTitle();
28
33 public function getTimestamp();
34
39 public function getComment();
40
45 public function getModel();
46
51 public function getFormat();
52
58 public function getContent( $role = SlotRecord::MAIN );
59
65 public function getSlot( $role );
66
71 public function getSlotRoles();
72
77 public function getMinor();
78
83 public function getSha1Base36();
84
89 public function getTags();
90
91}
Value object representing a content slot associated with a page revision.
getContent( $role=SlotRecord::MAIN)