MediaWiki
REL1_39
ParsoidOutputStash.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Edit
;
4
5
use
MediaWiki\Parser\Parsoid\ParsoidRenderID
;
6
use Wikimedia\Parsoid\Core\PageBundle;
7
14
interface
ParsoidOutputStash
{
15
26
public
function
set
(
ParsoidRenderID
$renderId, PageBundle $bundle ): bool;
27
39
public
function
get
(
ParsoidRenderID
$renderId ): ?PageBundle;
40
41
}
MediaWiki\Parser\Parsoid\ParsoidRenderID
Represents the identity of a specific rendering of a specific revision at some point in time.
Definition
ParsoidRenderID.php:12
MediaWiki\Edit\ParsoidOutputStash
Interface for saving and retrieval of Parsoid HTML and Parsoid metadata from storage.
Definition
ParsoidOutputStash.php:14
MediaWiki\Edit
Definition
ParsoidOutputStash.php:3
includes
edit
ParsoidOutputStash.php
Generated on Thu Nov 21 2024 05:22:47 for MediaWiki by
1.10.0