@@ -44,6 +44,9 @@ discard block |
||
| 44 | 44 | return $this->serializer->serialize($this->V3Edmx, "xml"); |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | + /** |
|
| 48 | + * @param string $name |
|
| 49 | + */ |
|
| 47 | 50 | public function addEntityType($name, $accessType = "Public", $summary = null, $longDescription = null) |
| 48 | 51 | { |
| 49 | 52 | $this->startEdmxTransaction(); |
@@ -121,6 +124,11 @@ discard block |
||
| 121 | 124 | $this->oldEdmx = null; |
| 122 | 125 | } |
| 123 | 126 | |
| 127 | + /** |
|
| 128 | + * @param string $name |
|
| 129 | + * @param string $type |
|
| 130 | + * @param string $storeGeneratedPattern |
|
| 131 | + */ |
|
| 124 | 132 | public function addPropertyToEntityType( |
| 125 | 133 | $entityType, |
| 126 | 134 | $name, |