@@ -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 |
@@ -235,8 +235,6 @@ |
||
235 | 235 | * |
236 | 236 | * @param string $navigationID Navigation table identifier |
237 | 237 | * @param array $tableColumns Columns names list |
238 | - * @param string $externalHandler External handler to perform some extra code |
|
239 | - * @param array $params External handler params |
|
240 | 238 | * @return array Collection of collections of table cells, represented as materialfield objects |
241 | 239 | */ |
242 | 240 | public function table($navigationID, &$tableColumns = null) { |