MediaWiki master
ImportableOldRevision.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Import;
4
9
14
20 public function getUserObj();
21
26 public function getUser();
27
32 public function getTitle();
33
38 public function getTimestamp();
39
44 public function getComment();
45
50 public function getModel();
51
56 public function getFormat();
57
63 public function getContent( $role = SlotRecord::MAIN );
64
70 public function getSlot( $role );
71
76 public function getSlotRoles();
77
82 public function getMinor();
83
88 public function getSha1Base36();
89
94 public function getTags();
95
96}
97
99class_alias( ImportableOldRevision::class, 'ImportableOldRevision' );
Value object representing a content slot associated with a page revision.
Represents a title within MediaWiki.
Definition Title.php:69
User class for the MediaWiki software.
Definition User.php:130
Content objects represent page content, e.g.
Definition Content.php:28
getContent( $role=SlotRecord::MAIN)