예제 #1
0
파일: Cmd.php 프로젝트: prochor666/lethe
 /**
  * Get registry options
  * @param void
  * @return string
  */
 public function registry()
 {
     $info = $this->getColored(Tools::dump(Reg::read()), 'yellow') . PHP_EOL;
     return $info;
 }