Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 62.5% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Document extends SolariumDocument { |
||
8 | |||
9 | /** |
||
10 | * Magic call method used to emulate getters as used by the template engine. |
||
11 | * |
||
12 | * @param string $name method name |
||
13 | * @param array $arguments method arguments |
||
14 | * @return mixed |
||
15 | */ |
||
16 | 7 | public function __call($name, $arguments) |
|
24 | } |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @return array |
||
29 | */ |
||
30 | public function getFieldNames() |
||
33 | } |
||
34 | } |