42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
name: PackageDiscoverCommand
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Command
|
|
type: class
|
|
source: Illuminate\Console\Command
|
|
- name: PackageManifest
|
|
type: class
|
|
source: Illuminate\Foundation\PackageManifest
|
|
- name: AsCommand
|
|
type: class
|
|
source: Symfony\Component\Console\Attribute\AsCommand
|
|
properties:
|
|
- name: signature
|
|
visibility: protected
|
|
comment: '# * The console command signature.
|
|
|
|
# *
|
|
|
|
# * @var string'
|
|
- name: description
|
|
visibility: protected
|
|
comment: '# * The console command description.
|
|
|
|
# *
|
|
|
|
# * @var string'
|
|
methods:
|
|
- name: handle
|
|
visibility: public
|
|
parameters:
|
|
- name: manifest
|
|
comment: "# * The console command signature.\n# *\n# * @var string\n# */\n# protected\
|
|
\ $signature = 'package:discover';\n# \n# /**\n# * The console command description.\n\
|
|
# *\n# * @var string\n# */\n# protected $description = 'Rebuild the cached package\
|
|
\ manifest';\n# \n# /**\n# * Execute the console command.\n# *\n# * @param \\\
|
|
Illuminate\\Foundation\\PackageManifest $manifest\n# * @return void"
|
|
traits:
|
|
- Illuminate\Console\Command
|
|
- Illuminate\Foundation\PackageManifest
|
|
- Symfony\Component\Console\Attribute\AsCommand
|
|
interfaces: []
|