|
MediaWiki master
|
A simple structured value for stash contents. More...
Inherits JsonCodecable.

Public Member Functions | |
| __construct (public readonly Content $pstContent, public readonly ParserOutput $output, public readonly string $timestamp, public readonly ?int $edits,) | |
| toJsonArray () | |
Static Public Member Functions | |
| static | newFromJsonArray (array $json) |
A simple structured value for stash contents.
Definition at line 18 of file PageEditStashContents.php.
| MediaWiki\Storage\PageEditStashContents::__construct | ( | public readonly Content | $pstContent, |
| public readonly ParserOutput | $output, | ||
| public readonly string | $timestamp, | ||
| public readonly ?int | $edits ) |
| $timestamp | TS::MW |
Definition at line 21 of file PageEditStashContents.php.
|
static |
Definition at line 39 of file PageEditStashContents.php.
| MediaWiki\Storage\PageEditStashContents::toJsonArray | ( | ) |
Definition at line 30 of file PageEditStashContents.php.