MediaWiki master
GlobalEntityKey.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\WRStats;
4
12 public function isGlobal() {
13 return true;
14 }
15}
Base class for entity keys.
Definition EntityKey.php:13
Entity key with isGlobal=true.