Platformsh\Cli\Application::getDefaultCommands PHP Метод

getDefaultCommands() защищенный Метод

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        // Override the default commands to add a custom HelpCommand and
        // ListCommand.
        return [new Command\HelpCommand(), new Command\ListCommand()];
    }