MediaWiki REL1_35
ImportableOldRevision.php
Go to the documentation of this file.
1<?php
2
4
9
14 public function getUserObj();
15
20 public function getUser();
21
26 public function getTitle();
27
32 public function getTimestamp();
33
38 public function getComment();
39
44 public function getModel();
45
50 public function getFormat();
51
57 public function getContent( $role = SlotRecord::MAIN );
58
64 public function getSlot( $role );
65
70 public function getSlotRoles();
71
76 public function getMinor();
77
82 public function getSha1Base36();
83
88 public function getTags();
89
90}
Value object representing a content slot associated with a page revision.
getContent( $role=SlotRecord::MAIN)