Ejemplo n.º 1
0
 /**
  * Get registry options
  * @param void
  * @return string
  */
 public function registry()
 {
     $info = $this->getColored(Tools::dump(Reg::read()), 'yellow') . PHP_EOL;
     return $info;
 }