MediaWiki
REL1_39
EntityKey.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Wikimedia\WRStats
;
4
13
abstract
class
EntityKey
{
15
private
$components;
16
20
public
function
__construct
( array $components = [] ) {
21
$this->components = $components;
22
}
23
27
public
function
getComponents
() {
28
return
$this->components;
29
}
30
34
abstract
public
function
isGlobal
();
35
}
Wikimedia\WRStats\EntityKey
Base class for entity keys.
Definition
EntityKey.php:13
Wikimedia\WRStats\EntityKey\isGlobal
isGlobal()
Wikimedia\WRStats\EntityKey\getComponents
getComponents()
Definition
EntityKey.php:27
Wikimedia\WRStats\EntityKey\__construct
__construct(array $components=[])
Definition
EntityKey.php:20
Wikimedia\WRStats
Definition
ArrayStatsStore.php:3
includes
libs
WRStats
EntityKey.php
Generated on Thu Nov 21 2024 05:23:26 for MediaWiki by
1.10.0