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