File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \Framework \Convert \ConvertArray ;
9
9
use Magento \Framework \Reflection \DataObjectProcessor ;
10
10
11
+ /**
12
+ * Data object converter.
13
+ */
11
14
class SimpleDataObjectConverter
12
15
{
13
16
/**
@@ -162,8 +165,7 @@ public static function snakeCaseToCamelCase($input)
162
165
/**
163
166
* Convert a CamelCase string read from method into field key in snake_case
164
167
*
165
- * e.g. DefaultShipping => default_shipping
166
- * Postcode => postcode
168
+ * For example [DefaultShipping => default_shipping, Postcode => postcode]
167
169
*
168
170
* @param string $name
169
171
* @return string
Original file line number Diff line number Diff line change 8
8
use Magento \Framework \Api \SimpleDataObjectConverter ;
9
9
use Magento \Framework \Session \SessionManagerInterface ;
10
10
11
+ /**
12
+ * Persist data to session.
13
+ */
11
14
class DataPersistor implements DataPersistorInterface
12
15
{
13
16
/**
You can’t perform that action at this time.
0 commit comments