1 | <?php namespace Arcanesoft\Tracker\ViewComposers\Dashboard; |
||
14 | class TotalPageViewsBoxComposer extends AbstractViewComposer |
||
15 | { |
||
16 | /* ------------------------------------------------------------------------------------------------ |
||
17 | | Constants |
||
18 | | ------------------------------------------------------------------------------------------------ |
||
19 | */ |
||
20 | const VIEW = 'tracker::foundation._composers.dashboard.total-page-views-box'; |
||
21 | |||
22 | /* ------------------------------------------------------------------------------------------------ |
||
23 | | Main Functions |
||
24 | | ------------------------------------------------------------------------------------------------ |
||
25 | */ |
||
26 | /** |
||
27 | * Compose the view. |
||
28 | * |
||
29 | * @param \Illuminate\Contracts\View\View $view |
||
30 | */ |
||
31 | public function compose(View $view) |
||
47 | } |
||
48 |