MediaWiki REL1_34
|
Produces a warning message about not being able to render a slot diff. More...
Public Member Functions | |
__construct (MessageLocalizer $localizer) | |
UnsupportedSlotDiffRenderer constructor. | |
getDiff (Content $oldContent=null, Content $newContent=null) | |
Get a diff between two content objects.One of them might be null (meaning a slot was created or removed), but both cannot be. $newContent (or if it's null then $oldContent) must have the same content model that was used to obtain this diff renderer.
| |
Public Member Functions inherited from SlotDiffRenderer | |
addModules (OutputPage $output) | |
Add modules needed for correct styling/behavior of the diff. | |
getExtraCacheKeys () | |
Return any extra keys to split the diff cache by. | |
Private Attributes | |
MessageLocalizer | $localizer |
Additional Inherited Members | |
Protected Member Functions inherited from SlotDiffRenderer | |
normalizeContents (Content &$oldContent=null, Content &$newContent=null, $allowedClasses=null) | |
Helper method to normalize the input of getDiff(). | |
Produces a warning message about not being able to render a slot diff.
Definition at line 31 of file UnsupportedSlotDiffRenderer.php.
UnsupportedSlotDiffRenderer::__construct | ( | MessageLocalizer | $localizer | ) |
UnsupportedSlotDiffRenderer constructor.
MessageLocalizer | $localizer |
Definition at line 43 of file UnsupportedSlotDiffRenderer.php.
References $localizer.
Get a diff between two content objects.One of them might be null (meaning a slot was created or removed), but both cannot be. $newContent (or if it's null then $oldContent) must have the same content model that was used to obtain this diff renderer.
Reimplemented from SlotDiffRenderer.
Definition at line 48 of file UnsupportedSlotDiffRenderer.php.
References SlotDiffRenderer\normalizeContents().
|
private |
Definition at line 36 of file UnsupportedSlotDiffRenderer.php.
Referenced by __construct().