Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
sort (array $array) | |
Data Fields | |
const | DIRECTIVE = 'after' |
const | NEXT_KEY = 'next' |
sort | ( | array | $array | ) |
Sorting an array by directive [ 'name-1' => ['after' => 'xxx', 'data' => [...]] 'name-2' => ['after' => 'xxx', 'data' => [...]] ]
array | $array |
Implements SortInterface.
Definition at line 36 of file Sort.php.