Sstalle\php7cc\Infrastructure\Application::getCommandName PHP Метод

getCommandName() защищенный Метод

protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface
    protected function getCommandName(InputInterface $input)
    {
        return PHP7CCCommand::COMMAND_NAME;
    }