Example #1
0
 public static function toHumanReadable($_input)
 {
     return scenario::toHumanReadable(eqLogic::toHumanReadable(cmd::cmdToHumanReadable($_input)));
 }