api/laravel/Support/DefaultProviders.yaml
2024-09-26 02:03:21 -07:00

62 lines
1.2 KiB
YAML

name: DefaultProviders
class_comment: null
dependencies: []
properties:
- name: providers
visibility: protected
comment: '# * The current providers.
# *
# * @var array'
methods:
- name: __construct
visibility: public
parameters:
- name: providers
default: 'null'
comment: "# * The current providers.\n# *\n# * @var array\n# */\n# protected $providers;\n\
# \n# /**\n# * Create a new default provider collection.\n# *\n# * @return void"
- name: merge
visibility: public
parameters:
- name: providers
comment: '# * Merge the given providers into the provider collection.
# *
# * @param array $providers
# * @return static'
- name: replace
visibility: public
parameters:
- name: replacements
comment: '# * Replace the given providers with other providers.
# *
# * @param array $replacements
# * @return static'
- name: except
visibility: public
parameters:
- name: providers
comment: '# * Disable the given providers.
# *
# * @param array $providers
# * @return static'
- name: toArray
visibility: public
parameters: []
comment: '# * Convert the provider collection to an array.
# *
# * @return array'
traits: []
interfaces: []