43 lines
908 B
YAML
43 lines
908 B
YAML
|
name: Task
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: InteractsWithTime
|
||
|
type: class
|
||
|
source: Illuminate\Support\InteractsWithTime
|
||
|
- name: OutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\OutputInterface
|
||
|
- name: Throwable
|
||
|
type: class
|
||
|
source: Throwable
|
||
|
- name: InteractsWithTime
|
||
|
type: class
|
||
|
source: InteractsWithTime
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: render
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: description
|
||
|
- name: task
|
||
|
default: 'null'
|
||
|
- name: verbosity
|
||
|
default: OutputInterface::VERBOSITY_NORMAL
|
||
|
comment: '# * Renders the component using the given arguments.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string $description
|
||
|
|
||
|
# * @param (callable(): bool)|null $task
|
||
|
|
||
|
# * @param int $verbosity
|
||
|
|
||
|
# * @return void'
|
||
|
traits:
|
||
|
- Illuminate\Support\InteractsWithTime
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
- Throwable
|
||
|
- InteractsWithTime
|
||
|
interfaces: []
|