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

36 lines
870 B
YAML

name: AggregateServiceProvider
class_comment: null
dependencies: []
properties:
- name: providers
visibility: protected
comment: '# * The provider class names.
# *
# * @var array'
- name: instances
visibility: protected
comment: '# * An array of the service provider instances.
# *
# * @var array'
methods:
- name: register
visibility: public
parameters: []
comment: "# * The provider class names.\n# *\n# * @var array\n# */\n# protected\
\ $providers = [];\n# \n# /**\n# * An array of the service provider instances.\n\
# *\n# * @var array\n# */\n# protected $instances = [];\n# \n# /**\n# * Register\
\ the service provider.\n# *\n# * @return void"
- name: provides
visibility: public
parameters: []
comment: '# * Get the services provided by the provider.
# *
# * @return array'
traits: []
interfaces: []