1 | <?php namespace Anomaly\Streams\Platform\Ui\ControlPanel\Component\Navigation; |
||
14 | class NavigationSorter |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * The event dispatcher. |
||
19 | * |
||
20 | * @var Dispatcher |
||
21 | */ |
||
22 | protected $events; |
||
23 | |||
24 | /** |
||
25 | * Create a new NavigationSorter instance. |
||
26 | * |
||
27 | * @param Dispatcher $events |
||
28 | */ |
||
29 | public function __construct(Dispatcher $events) |
||
33 | |||
34 | /** |
||
35 | * Create a new NavigationSorter instance. |
||
36 | * |
||
37 | * @param ControlPanelBuilder $builder |
||
38 | */ |
||
39 | public function sort(ControlPanelBuilder $builder) |
||
79 | } |
||
80 |