__construct()
__construct(\Symfony\Component\HttpKernel\KernelInterface $kernel) : mixed
Parameters
\Symfony\Component\HttpKernel\KernelInterface | $kernel |
looksLikeACommandName(?string $argument) : bool
Only interpret the first argument as a potential command name if it is set and less than 100 characters.
Anything above 255 characters will cause PHP warnings; and 100 should never occur anyway as a single command name.
?string | $argument |