MediaWiki REL1_39
ParsoidOutputStash.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Edit;
4
6use Wikimedia\Parsoid\Core\PageBundle;
7
15
26 public function set( ParsoidRenderID $renderId, PageBundle $bundle ): bool;
27
39 public function get( ParsoidRenderID $renderId ): ?PageBundle;
40
41}
Represents the identity of a specific rendering of a specific revision at some point in time.
Interface for saving and retrieval of Parsoid HTML and Parsoid metadata from storage.