pho\Console\Console::printVersion PHP Méthode

printVersion() private méthode

Outputs the version information, as defined in the VERSION constant.
private printVersion ( )
    private function printVersion()
    {
        $this->writeLn('pho version ' . self::VERSION);
    }