Crummy\Phlack\Bridge\Symfony\Console\ShellBot::getCommandName PHP Method

getCommandName() protected method

protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface
    protected function getCommandName(InputInterface $input)
    {
        return $this->bot->getName();
    }