@@ -11,5 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | interface ModelFactoryInterface |
| 13 | 13 | { |
| 14 | + /** |
|
| 15 | + * @param string $name |
|
| 16 | + */ |
|
| 14 | 17 | public function createModel($name, $context); |
| 15 | 18 | } |
| 16 | 19 | \ No newline at end of file |