40 lines
864 B
YAML
40 lines
864 B
YAML
|
name: MaintenanceModeManager
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Manager
|
||
|
type: class
|
||
|
source: Illuminate\Support\Manager
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: createFileDriver
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: '# * Create an instance of the file based maintenance driver.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return \Illuminate\Foundation\FileBasedMaintenanceMode'
|
||
|
- name: createCacheDriver
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: '# * Create an instance of the cache based maintenance driver.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return \Illuminate\Foundation\CacheBasedMaintenanceMode
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @throws \Illuminate\Contracts\Container\BindingResolutionException'
|
||
|
- name: getDefaultDriver
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Get the default driver name.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return string'
|
||
|
traits:
|
||
|
- Illuminate\Support\Manager
|
||
|
interfaces: []
|