Altax\Console\Application::getLongVersion PHP Method

getLongVersion() public method

[getLongVersion description]
public getLongVersion ( ) : [type]
return [type]
    public function getLongVersion()
    {
        return sprintf(self::HELP_MESSAGES, $this->container->getName(), $this->container->getVersionWithCommit());
    }