MediaWiki
master
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\SelserData;
7
17
interface
ParsoidOutputStash
{
18
31
public
function
set
(
ParsoidRenderID
$renderId,
SelserContext
$selserContext ):
bool
;
32
44
public
function
get
(
ParsoidRenderID
$renderId ): ?
SelserContext
;
45
46
}
MediaWiki\Edit\SelserContext
Value object representing contextual information needed by Parsoid for selective serialization ("sels...
Definition:
SelserContext.php:18
Parser::Parsoid\ParsoidRenderID
Represents the identity of a specific rendering of a specific revision at some point in time.
Definition:
ParsoidRenderID.php:14
MediaWiki\Edit\ParsoidOutputStash
Stash for Parsoid output and associated data as needed to perform selective serialization (aka "selse...
Definition:
ParsoidOutputStash.php:17
MediaWiki\Edit
Definition:
ParsoidOutputStash.php:3
includes
edit
ParsoidOutputStash.php
Generated on Fri Mar 24 2023 21:08:17 for MediaWiki by
1.9.1