@@ -171,6 +171,10 @@ discard block |
||
| 171 | 171 | return $this->retrieveItem($name); |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | + /** |
|
| 175 | + * @param Relationship[] $relationships |
|
| 176 | + * @param integer $depth |
|
| 177 | + */ |
|
| 174 | 178 | private function expandArrayValue($array, $relationships, $depth, $index = null) |
| 175 | 179 | { |
| 176 | 180 | foreach ($relationships as $name => $relationship) { |
@@ -359,6 +363,9 @@ discard block |
||
| 359 | 363 | |
| 360 | 364 | } |
| 361 | 365 | |
| 366 | + /** |
|
| 367 | + * @param string $id |
|
| 368 | + */ |
|
| 362 | 369 | public function postSaveCallback($id) |
| 363 | 370 | { |
| 364 | 371 | |