Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/includes/libs/WRStats/
Upload File :
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;
	}
}