@@ -422,6 +422,9 @@ discard block |
||
| 422 | 422 | return $clone; |
| 423 | 423 | } |
| 424 | 424 | |
| 425 | + /** |
|
| 426 | + * @param string $navigationID |
|
| 427 | + */ |
|
| 425 | 428 | public function nestedIDs($navigationID = null, &$return = array()) |
| 426 | 429 | { |
| 427 | 430 | // Create query |
@@ -447,8 +450,6 @@ discard block |
||
| 447 | 450 | * |
| 448 | 451 | * @param string $navigationID Navigation table identifier |
| 449 | 452 | * @param array $tableColumns Columns names list |
| 450 | - * @param string $externalHandler External handler to perform some extra code |
|
| 451 | - * @param array $params External handler params |
|
| 452 | 453 | * @return array Collection of collections of table cells, represented as materialfield objects |
| 453 | 454 | */ |
| 454 | 455 | public function table($navigationID, &$tableColumns = null) { |
@@ -95,7 +95,7 @@ |
||
| 95 | 95 | /** |
| 96 | 96 | * Retrieve entities from database. |
| 97 | 97 | * |
| 98 | - * @param string|array $relationID Relation entity identifier or collection |
|
| 98 | + * @param string $relationID Relation entity identifier or collection |
|
| 99 | 99 | * @param mixed $relationValue Relation entity value |
| 100 | 100 | * @param string $executor Query execution function name |
| 101 | 101 | * @return mixed[] Collection of entity instances for this relation identifier |