Altax\Console\Application::getLongVersion PHP Méthode

getLongVersion() public méthode

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