Overtrue\PHPLint\Console\Application::getCommandName PHP Méthode

getCommandName() protected méthode

Gets the name of the command based on input.
protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
$input Symfony\Component\Console\Input\InputInterface The input interface
Résultat string The command name
    protected function getCommandName(InputInterface $input)
    {
        return 'phplint';
    }