final class CodPhp
CodPhp Symfony Console command.
| Namespace | BeastBytes\CodPhp\Command |
|---|---|
| Inheritance | BeastBytes\CodPhp\Command\CodPhp |
| Implements | Symfony\Component\Console\Command\SignalableCommandInterface |
Constants
| Name | Value | Description | Defined In |
|---|---|---|---|
| FAILURE | 1 | Symfony\Component\Console\Command\Command | |
| INVALID | 2 | Symfony\Component\Console\Command\Command | |
| SUCCESS | 0 | Symfony\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 | ||
| $input | Symfony\Component\Console\Input\InputInterface | |
| $output | Symfony\Component\Console\Output\OutputInterface | |
| $namespace | string|null | Namespace containing source files. |
| $configFile | string|null | Configuration file |
| $exclude | array|null | Path(s) to Exclude from source files. |
| $match | array|null | Match pattern(s) for source files. |
| $outputDir | string|null | Output directory. |
| $inheritanceLevel | string|null | Level of Inheritance to show. |
| $errorLevel | string|null | Error Reporting level. |
| $baseUrl | string|null | Base URL for source code links. |
| $writer | string|null | FQCN of the Writer class. |
| $templateRenderer | string|null | FQCN of the template renderer class. |
| $templateDir | string|null | Template directory. |
| $language | string|null | PHP Manual language for type links. |
| return | int | Exit code |
Declared in BeastBytes\CodPhp\Command\CodPhp
Generated by CodPhp