@@ -52,6 +52,11 @@ discard block |
||
52 | 52 | return $cereal->serialize($this->getEdmx(), 'xml'); |
53 | 53 | } |
54 | 54 | |
55 | + /** |
|
56 | + * @param string $name |
|
57 | + * @param TTextType $summary |
|
58 | + * @param TTextType $longDescription |
|
59 | + */ |
|
55 | 60 | public function addEntityType($name, $accessType = 'Public', $summary = null, $longDescription = null) |
56 | 61 | { |
57 | 62 | $NewEntity = new TEntityTypeType(); |
@@ -116,6 +121,14 @@ discard block |
||
116 | 121 | return $NewProperty; |
117 | 122 | } |
118 | 123 | |
124 | + /** |
|
125 | + * @param string $name |
|
126 | + * @param string $type |
|
127 | + * @param string $defaultValue |
|
128 | + * @param string $storeGeneratedPattern |
|
129 | + * @param TTextType $summary |
|
130 | + * @param TTextType $longDescription |
|
131 | + */ |
|
119 | 132 | public function addPropertyToEntityType( |
120 | 133 | TEntityTypeType $entityType, |
121 | 134 | $name, |
@@ -145,6 +158,11 @@ discard block |
||
145 | 158 | return $NewProperty; |
146 | 159 | } |
147 | 160 | |
161 | + /** |
|
162 | + * @param string $principalMultiplicity |
|
163 | + * @param string $principalProperty |
|
164 | + * @param string $dependentMultiplicity |
|
165 | + */ |
|
148 | 166 | public function addNavigationPropertyToEntityType( |
149 | 167 | TEntityTypeType $principalType, |
150 | 168 | $principalMultiplicity, |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | /** |
112 | 112 | * isset end. |
113 | 113 | * |
114 | - * @param scalar $index |
|
114 | + * @param integer $index |
|
115 | 115 | * @return bool |
116 | 116 | */ |
117 | 117 | public function issetEnd($index) |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | /** |
123 | 123 | * unset end. |
124 | 124 | * |
125 | - * @param scalar $index |
|
125 | + * @param integer $index |
|
126 | 126 | * @return void |
127 | 127 | */ |
128 | 128 | public function unsetEnd($index) |
@@ -142,7 +142,7 @@ |
||
142 | 142 | /** |
143 | 143 | * Sets a new binary. |
144 | 144 | * |
145 | - * @param mixed $binary |
|
145 | + * @param string $binary |
|
146 | 146 | * @return self |
147 | 147 | */ |
148 | 148 | public function setBinary($binary) |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | /** |
94 | 94 | * isset returnType. |
95 | 95 | * |
96 | - * @param scalar $index |
|
96 | + * @param integer $index |
|
97 | 97 | * @return bool |
98 | 98 | */ |
99 | 99 | public function issetReturnType($index) |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | /** |
105 | 105 | * unset returnType. |
106 | 106 | * |
107 | - * @param scalar $index |
|
107 | + * @param integer $index |
|
108 | 108 | * @return void |
109 | 109 | */ |
110 | 110 | public function unsetReturnType($index) |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * Gets or sets the inner value. |
32 | 32 | * |
33 | 33 | * @param bool ...$value |
34 | - * @param bool[] $value |
|
34 | + * @param boolean[] $value |
|
35 | 35 | * @return bool |
36 | 36 | */ |
37 | 37 | public function value(...$value) |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * Gets or sets the inner value. |
32 | 32 | * |
33 | 33 | * @param float ...$value |
34 | - * @param float[] $value |
|
34 | + * @param double[] $value |
|
35 | 35 | * @return float |
36 | 36 | */ |
37 | 37 | public function value(...$value) |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * Gets or sets the inner value. |
32 | 32 | * |
33 | 33 | * @param float ...$value |
34 | - * @param float[] $value |
|
34 | + * @param double[] $value |
|
35 | 35 | * @return float |
36 | 36 | */ |
37 | 37 | public function value(...$value) |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * Gets or sets the inner value. |
32 | 32 | * |
33 | 33 | * @param int ...$value |
34 | - * @param int[] $value |
|
34 | + * @param integer[] $value |
|
35 | 35 | * @return int |
36 | 36 | */ |
37 | 37 | public function value(...$value) |