Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
decodeGridSerializedInput ($encoded) | |
decodeGridSerializedInput | ( | $encoded | ) |
Decode serialized grid data
Ignores non-numeric array keys
'1&2&3&4' will be decoded into: array(1, 2, 3, 4);
otherwise the following format is anticipated: 1=<encoded string>="">&2=<encoded string>="">: array ( 1 => array(...), 2 => array(...), )
string | $encoded |
Definition at line 38 of file Js.php.