1 | <?php |
||
8 | class MetadataBaseProvider extends ServiceProvider |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @return mixed |
||
13 | */ |
||
14 | protected function getIsCaching() |
||
18 | |||
19 | /** |
||
20 | * @param $isCaching |
||
21 | * @param $hasCache |
||
22 | * @param $key |
||
23 | * @param $meta |
||
24 | */ |
||
25 | protected function handlePostBoot($isCaching, $hasCache, $key, $meta) |
||
38 | |||
39 | /** |
||
40 | * @param $classMap |
||
41 | * @return array |
||
42 | */ |
||
43 | protected function getClassMap() |
||
56 | } |