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