@@ -204,6 +204,10 @@ |
||
| 204 | 204 | return $return; |
| 205 | 205 | } |
| 206 | 206 | |
| 207 | + /** |
|
| 208 | + * @param integer $level |
|
| 209 | + * @param string $opr |
|
| 210 | + */ |
|
| 207 | 211 | private function parseRightExpression($level, $opr) |
| 208 | 212 | { |
| 209 | 213 | switch ($opr) { |
@@ -395,6 +395,9 @@ discard block |
||
| 395 | 395 | |
| 396 | 396 | } |
| 397 | 397 | |
| 398 | + /** |
|
| 399 | + * @param string $id |
|
| 400 | + */ |
|
| 398 | 401 | public function postSaveCallback($id) |
| 399 | 402 | { |
| 400 | 403 | |
@@ -431,6 +434,10 @@ discard block |
||
| 431 | 434 | return $this->adapter; |
| 432 | 435 | } |
| 433 | 436 | |
| 437 | + /** |
|
| 438 | + * @param Relationship[] $relationships |
|
| 439 | + * @param integer $depth |
|
| 440 | + */ |
|
| 434 | 441 | private function expandArrayValue($array, $relationships, $depth, $expandableModels = [], $index = null) |
| 435 | 442 | { |
| 436 | 443 | if (empty($expandableModels)) { |