@@ -183,6 +183,9 @@ |
||
| 183 | 183 | return $this->getData($entity, $id, $date, '_temporal_override_aggregate'); |
| 184 | 184 | } |
| 185 | 185 | |
| 186 | + /** |
|
| 187 | + * @param string $space |
|
| 188 | + */ |
|
| 186 | 189 | private function getData($entity, $id, $date, $space) |
| 187 | 190 | { |
| 188 | 191 | $entity = $this->entityNameToId($entity); |
@@ -299,6 +299,9 @@ |
||
| 299 | 299 | $this->updateAggregation('override', $params, $changeaxis); |
| 300 | 300 | } |
| 301 | 301 | |
| 302 | + /** |
|
| 303 | + * @param string $type |
|
| 304 | + */ |
|
| 302 | 305 | public function updateAggregation($type, $params, $changeaxis) |
| 303 | 306 | { |
| 304 | 307 | $isLink = $type === 'link'; |