Skip to content

final class CodPhp

Source Code

CodPhp Symfony Console command.

NamespaceBeastBytes\CodPhp\Command
Inheritance

BeastBytes\CodPhp\Command\CodPhp
Symfony\Component\Console\Command\Command

Implements

Symfony\Component\Console\Command\SignalableCommandInterface

Constants

NameValueDescriptionDefined In
FAILURE1Symfony\Component\Console\Command\Command
INVALID2Symfony\Component\Console\Command\Command
SUCCESS0Symfony\Component\Console\Command\Command

Methods

__invoke()

Run the Symfony console command.

public function __invoke(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string|null $namespace = null, string|null $configFile = null, array|null $exclude = null, array|null $match = null, string|null $outputDir = null, string|null $inheritanceLevel = null, string|null $errorLevel = null, string|null $baseUrl = null, string|null $writer = null, string|null $templateRenderer = null, string|null $templateDir = null, string|null $language = null): int
$inputSymfony\Component\Console\Input\InputInterface
$outputSymfony\Component\Console\Output\OutputInterface
$namespacestring|nullNamespace containing source files.
$configFilestring|nullConfiguration file
$excludearray|nullPath(s) to Exclude from source files.
$matcharray|nullMatch pattern(s) for source files.
$outputDirstring|nullOutput directory.
$inheritanceLevelstring|nullLevel of Inheritance to show.
$errorLevelstring|nullError Reporting level.
$baseUrlstring|nullBase URL for source code links.
$writerstring|nullFQCN of the Writer class.
$templateRendererstring|nullFQCN of the template renderer class.
$templateDirstring|nullTemplate directory.
$languagestring|nullPHP Manual language for type links.
returnintExit code

Declared in BeastBytes\CodPhp\Command\CodPhp


Generated by CodPhp