<?php $array = array('Magento\CatalogSearch\Model\Layer\Filter\Category','Magento\CatalogSearch\Model\Layer\Filter\Attribute','Magento\CatalogSearch\Model\Layer\Filter\Attribute','Magento\CatalogSearch\Model\Layer\Filter\Attribute','Magento\CatalogSearch\Model\Layer\Filter\Attribute'); print_r($array); $data = array_shift($array); $array[]= $data; print_r($array);
You have javascript disabled. You will not be able to edit any code.