Bldr\Application::getCommands PHP Method

getCommands() public method

public getCommands ( ) : Command[]
return Symfony\Component\Console\Command\Command[]
    public function getCommands()
    {
        return [new ComposerCmd\DumpAutoloadCommand('blocks-'), new ComposerCmd\InstallCommand('blocks-'), new ComposerCmd\UpdateCommand('blocks-')];
    }