@@ -12,7 +12,17 @@ |
||
12 | 12 | interface ModelFactoryInterface |
13 | 13 | { |
14 | 14 | public function createModel($name, $context); |
15 | + |
|
16 | + /** |
|
17 | + * @param \ntentan\nibii\RecordWrapper $instance |
|
18 | + * |
|
19 | + * @return string |
|
20 | + */ |
|
15 | 21 | public function getModelTable($instance); |
16 | 22 | public function getClassName($model); |
23 | + |
|
24 | + /** |
|
25 | + * @return string |
|
26 | + */ |
|
17 | 27 | public function getJunctionClassName($classA, $classB); |
18 | 28 | } |
19 | 29 | \ No newline at end of file |