@@ -137,6 +137,9 @@ |
||
137 | 137 | return array_sum($results) === count($results); |
138 | 138 | } |
139 | 139 | |
140 | + /** |
|
141 | + * @param string $className |
|
142 | + */ |
|
140 | 143 | public function getStoragePath(AnnotatedInterface $model = null, $className = null) |
141 | 144 | { |
142 | 145 | if(empty($className)) |