| 1 | <?php namespace Arcanesoft\Core\Providers; |
||
| 12 | class HelpersServiceProvider extends ServiceProvider |
||
| 13 | { |
||
| 14 | /* ------------------------------------------------------------------------------------------------ |
||
| 15 | | Main Functions |
||
| 16 | | ------------------------------------------------------------------------------------------------ |
||
| 17 | */ |
||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | 4 | public function register() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function provides() |
||
| 36 | |||
| 37 | /* ------------------------------------------------------------------------------------------------ |
||
| 38 | | Helpers Functions |
||
| 39 | | ------------------------------------------------------------------------------------------------ |
||
| 40 | */ |
||
| 41 | /** |
||
| 42 | * Register the Sidebar Helper. |
||
| 43 | */ |
||
| 44 | 4 | private function registerSidebarHelper() |
|
| 56 | } |
||
| 57 |