Classes
DumpCommand
extends Command
in package
Table of Contents
- $defaultHtmlConfig : array<string|int, mixed>
- $renderOpenApi : RenderOpenApi
- __construct() : mixed
- configure() : mixed
- Configures the dump command.
- execute() : int|void
Properties
$defaultHtmlConfig
private
array<string|int, mixed>
$defaultHtmlConfig
= ['assets_mode' => \Nelmio\ApiDocBundle\Render\Html\AssetsMode::CDN, 'swagger_ui_config' => []]
$renderOpenApi
private
RenderOpenApi
$renderOpenApi
Methods
__construct()
public
__construct(RenderOpenApi $renderOpenApi) : mixed
Parameters
- $renderOpenApi : RenderOpenApi
Return values
mixed —configure()
Configures the dump command.
protected
configure() : mixed
Return values
mixed —execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void
Parameters
- $input : InputInterface
- $output : OutputInterface