@@ -34,6 +34,9 @@ |
||
| 34 | 34 | $this->maps = include 'map.config.php'; |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | + /** |
|
| 38 | + * @param string $decoratorName |
|
| 39 | + */ |
|
| 37 | 40 | public function factoryDecorator(Order $order, $decoratorName) |
| 38 | 41 | { |
| 39 | 42 | $className = __NAMESPACE__.'\\Decorator\\'.$decoratorName; |