1 | <?php namespace Distilleries\Expendable\Http\Controllers\Backend\Base; |
||
8 | class BaseController extends Controller { |
||
9 | |||
10 | |||
11 | protected $layoutManager; |
||
12 | protected $layout = 'expendable::admin.layout.default'; |
||
13 | |||
14 | // ------------------------------------------------------------------------------------------------ |
||
15 | |||
16 | public function __construct(LayoutManagerContract $layoutManager) |
||
21 | |||
22 | // ------------------------------------------------------------------------------------------------ |
||
23 | // ------------------------------------------------------------------------------------------------ |
||
24 | // ------------------------------------------------------------------------------------------------ |
||
25 | |||
26 | |||
27 | protected function setupLayout() |
||
35 | |||
36 | // ------------------------------------------------------------------------------------------------ |
||
37 | |||
38 | protected function setupStateProvider() |
||
44 | |||
45 | // ------------------------------------------------------------------------------------------------ |
||
46 | |||
47 | protected function initStaticPart() |
||
65 | } |