@@ -55,6 +55,9 @@ |
||
| 55 | 55 | } |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | + /** |
|
| 59 | + * @param string $propertiesString |
|
| 60 | + */ |
|
| 58 | 61 | private function parseProperties($propertiesString,$table){ |
| 59 | 62 | $properties=\explode(";", $propertiesString); |
| 60 | 63 | foreach ($properties as $property){ |