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