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