Altax\Console\Application::getLongVersion PHP 메소드

getLongVersion() 공개 메소드

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