@@ -33,6 +33,9 @@ |
||
| 33 | 33 | return null; |
| 34 | 34 | } |
| 35 | 35 | |
| 36 | + /** |
|
| 37 | + * @param string $space |
|
| 38 | + */ |
|
| 36 | 39 | public function mapEntity($space, $class): self |
| 37 | 40 | { |
| 38 | 41 | $this->validateSpace($space); |
@@ -89,6 +89,9 @@ |
||
| 89 | 89 | throw new Exception("Invalid type $type"); |
| 90 | 90 | } |
| 91 | 91 | |
| 92 | + /** |
|
| 93 | + * @return string |
|
| 94 | + */ |
|
| 92 | 95 | public function formatValue(string $type, $value) |
| 93 | 96 | { |
| 94 | 97 | if ($value === null) { |
@@ -325,6 +325,9 @@ |
||
| 325 | 325 | return $this->formatNamesHash[$name]; |
| 326 | 326 | } |
| 327 | 327 | |
| 328 | + /** |
|
| 329 | + * @return string |
|
| 330 | + */ |
|
| 328 | 331 | public function getReference(string $name): ?string |
| 329 | 332 | { |
| 330 | 333 | return $this->isReference($name) ? $this->formatReferences[$name] : null; |