MediaWiki master
JsonConstants.php
Go to the documentation of this file.
1<?php
22namespace MediaWiki\Json;
23
29interface JsonConstants {
30
34 public const TYPE_ANNOTATION = '_type_';
39 public const COMPLEX_ANNOTATION = '_complex_';
40}
const COMPLEX_ANNOTATION
Name of the marker property to indicate that array contents need to be examined during unserializatio...
const TYPE_ANNOTATION
Name of the property where the class information is stored.