MediaWiki REL1_39
JsonConstants.php
Go to the documentation of this file.
1<?php
22namespace MediaWiki\Json;
23
29interface JsonConstants {
30
34 public const TYPE_ANNOTATION = '_type_';
35}
const TYPE_ANNOTATION
Name of the property where the class information is stored.