| Current Path : /var/www/html/mediawiki-1.43.1/includes/libs/WRStats/ |
| Current File : /var/www/html/mediawiki-1.43.1/includes/libs/WRStats/GlobalEntityKey.php |
<?php
namespace Wikimedia\WRStats;
/**
* Entity key with isGlobal=true
*
* @newable
* @since 1.39
*/
class GlobalEntityKey extends EntityKey {
public function isGlobal() {
return true;
}
}