Final Class Yiisoft\Config\Command\ConfigCommandProvider
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Composer\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getCommands() | Yiisoft\ |
Method Details
| public array getCommands ( ) |
public function getCommands(): array
{
return [
new CopyCommand(),
new RebuildCommand(),
new InfoCommand(),
];
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.