We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67aed48 commit aeed484Copy full SHA for aeed484
src/Transformer/Transformer.php
@@ -336,4 +336,12 @@ protected static function flattenObjectsWithSingleKeyScalars(array &$array)
336
self::loopScalarValues($array, 'flattenObjectsWithSingleKeyScalars');
337
}
338
339
+
340
+ /**
341
+ * @return \NilPortugues\Api\Mapping\Mapping[]
342
+ */
343
+ public function getMappings()
344
+ {
345
+ return $this->mappings;
346
+ }
347
0 commit comments