pho\Console\Console::printVersion PHP 메소드

printVersion() 개인적인 메소드

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