Symfony\Bundle\FrameworkBundle\Console\Application::getLongVersion PHP Method

getLongVersion() public method

public getLongVersion ( )
    public function getLongVersion()
    {
        return parent::getLongVersion() . sprintf(' (kernel: <comment>%s</>, env: <comment>%s</>, debug: <comment>%s</>)', $this->kernel->getName(), $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
    }