@@ -27,6 +27,9 @@ |
||
| 27 | 27 | ]; |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | + /** |
|
| 31 | + * @param string $operation |
|
| 32 | + */ |
|
| 30 | 33 | public function factoryMap($operation, array $parameters = null) |
| 31 | 34 | { |
| 32 | 35 | return parent::factoryMap($operation, array_merge($this->fetchDefaultParameters(), (array) $parameters)); |