Phpro\SoapClient\Console\Application::getDefaultCommands PHP Method

getDefaultCommands() protected method

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $filesystem = new Filesystem();
        $commands = parent::getDefaultCommands();
        $commands[] = new Command\GenerateTypesCommand($filesystem);
        $commands[] = new Command\GenerateClassmapCommand($filesystem);
        return $commands;
    }