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