private function showVersion() { $out = sprintf('<<green>>%s<<reset>> <<yellow>>%s<<reset>>', $this->version->getName(), $this->version->getVersion()); $this->stdio->outln($out); $this->stdio->outln(); }
/** * @return string */ public function getName() { return $this->version->getName(); }