MediaWiki master
ContentModelChangeFactory.php
Go to the documentation of this file.
1<?php
23
26use WikiPage;
27
36
43 public function newContentModelChange(
44 Authority $performer,
45 WikiPage $wikipage,
46 string $newContentModel
48}
Backend logic for changing the content model of a page.
Base representation for an editable wiki page.
Definition WikiPage.php:79
Service for changing the content model of wiki pages.
newContentModelChange(Authority $performer, WikiPage $wikipage, string $newContentModel)
This interface represents the authority associated with the current execution context,...
Definition Authority.php:37