@@ -371,6 +371,9 @@ discard block |
||
371 | 371 | |
372 | 372 | } |
373 | 373 | |
374 | + /** |
|
375 | + * @param string $id |
|
376 | + */ |
|
374 | 377 | public function postSaveCallback($id) |
375 | 378 | { |
376 | 379 | |
@@ -407,6 +410,10 @@ discard block |
||
407 | 410 | return $this->adapter; |
408 | 411 | } |
409 | 412 | |
413 | + /** |
|
414 | + * @param Relationship[] $relationships |
|
415 | + * @param integer $depth |
|
416 | + */ |
|
410 | 417 | private function expandArrayValue($array, $relationships, $depth, $expandOnly = [], $index = null) |
411 | 418 | { |
412 | 419 | if(empty($expandOnly)){ |