m130722_103510_add_cache_api_calls_setting   A
last analyzed

Complexity

Total Complexity 2

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 11
rs 10
c 0
b 0
f 0
wmc 2

2 Methods

Rating   Name   Duplication   Size   Complexity  
A getName() 0 3 1
A getDefaultValue() 0 3 1
1
<?php
2
3
class m130722_103510_add_cache_api_calls_setting extends AddSettingMigration
4
{
5
6
	public function getDefaultValue()
7
	{
8
		return '0';
9
	}
10
11
	public function getName()
12
	{
13
		return 'cacheApiCalls';
14
	}
15
16
}