MediaWiki REL1_37
ContentModelChangeFactory.php
Go to the documentation of this file.
1<?php
2
24
27use WikiPage;
28
33
40 public function newContentModelChange(
41 Authority $performer,
42 WikiPage $wikipage,
43 string $newContentModel
45}
Helper class to change the content model of pages.
Class representing a MediaWiki article and history.
Definition WikiPage.php:60
newContentModelChange(Authority $performer, WikiPage $wikipage, string $newContentModel)
This interface represents the authority associated the current execution context, such as a web reque...
Definition Authority.php:37