MediaWiki
master
JsonConstants.php
Go to the documentation of this file.
1
<?php
22
namespace
MediaWiki\Json
;
23
29
interface
JsonConstants
{
30
34
public
const
TYPE_ANNOTATION
=
'_type_'
;
39
public
const
COMPLEX_ANNOTATION
=
'_complex_'
;
40
}
MediaWiki\Json\JsonConstants
Definition
JsonConstants.php:29
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:39
MediaWiki\Json\JsonConstants\TYPE_ANNOTATION
const TYPE_ANNOTATION
Name of the property where the class information is stored.
Definition
JsonConstants.php:34
MediaWiki\Json
Definition
FormatJson.php:23
includes
json
JsonConstants.php
Generated on Sun Mar 23 2025 07:26:54 for MediaWiki by
1.10.0