MediaWiki
master
ParsoidOutputStash.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Edit
;
4
5
use Wikimedia\Parsoid\Core\SelserData;
6
16
interface
ParsoidOutputStash
{
17
30
public
function
set
(
ParsoidRenderID
$renderId,
SelserContext
$selserContext ): bool;
31
43
public
function
get
(
ParsoidRenderID
$renderId ): ?
SelserContext
;
44
45
}
MediaWiki\Edit\ParsoidRenderID
Represents the identity of a specific rendering of a specific revision at some point in time.
Definition
ParsoidRenderID.php:16
MediaWiki\Edit\SelserContext
Value object representing contextual information needed by Parsoid for selective serialization ("sels...
Definition
SelserContext.php:18
MediaWiki\Edit\ParsoidOutputStash
Stash for Parsoid output and associated data as needed to perform selective serialization (aka "selse...
Definition
ParsoidOutputStash.php:16
MediaWiki\Edit
Definition
ParsoidOutputStash.php:3
includes
edit
ParsoidOutputStash.php
Generated on Thu Oct 3 2024 21:23:29 for MediaWiki by
1.10.0