Classes
MakeDocsCommand
extends Command
in package
Class MakeDocsCommand create phpDocumentor HTML files in docs folder
Table of Contents
- $logger : LoggerInterface
- $params : ParameterBagInterface
- __construct() : mixed
- MakeDocsCommand constructor.
- configure() : void
- Configure the options for this command
- execute() : int
- Make the phpdoc files using Bash command line
Properties
$logger
private
LoggerInterface
$logger
$params
private
ParameterBagInterface
$params
Methods
__construct()
MakeDocsCommand constructor.
public
__construct([null $name = NULL ], LoggerInterface $logger, ParameterBagInterface $params) : mixed
Parameters
- $name : null = NULL
- $logger : LoggerInterface
- $params : ParameterBagInterface
Return values
mixed —configure()
Configure the options for this command
protected
configure() : void
Return values
void —execute()
Make the phpdoc files using Bash command line
protected
execute(InputInterface $input, OutputInterface $output[, string|null $name = null ]) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
- $name : string|null = null