MediaWiki
master
JsonConstants.php
Go to the documentation of this file.
1
<?php
8
namespace
MediaWiki\Json
;
9
15
interface
JsonConstants
{
16
20
public
const
TYPE_ANNOTATION
=
'_type_'
;
25
public
const
COMPLEX_ANNOTATION
=
'_complex_'
;
26
}
MediaWiki\Json\JsonConstants
Definition
JsonConstants.php:15
MediaWiki\Json\JsonConstants\COMPLEX_ANNOTATION
const COMPLEX_ANNOTATION
Name of the marker property to indicate that array contents need to be examined during deserializatio...
Definition
JsonConstants.php:25
MediaWiki\Json\JsonConstants\TYPE_ANNOTATION
const TYPE_ANNOTATION
Name of the property where the class information is stored.
Definition
JsonConstants.php:20
MediaWiki\Json
Definition
ClockAdapter.php:3
includes
Json
JsonConstants.php
Generated on Wed Mar 11 2026 04:25:06 for MediaWiki by
1.10.0