MediaWiki
1.42.1
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 unserializatio...
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
JsonCodec.php:22
includes
json
JsonConstants.php
Generated on Thu Jun 27 2024 15:59:09 for MediaWiki by
1.10.0